Skip to content

Commit

Permalink
re-enable builds
Browse files Browse the repository at this point in the history
  • Loading branch information
p-sam committed Nov 24, 2024
1 parent a55efd3 commit b814d4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
cat /proc/cpuinfo
free -m
- name: checkout - project
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 1
Expand All @@ -29,7 +29,7 @@ jobs:
make clean
make FEAT_ALL="Y" -j4
- name: store - FEAT_ALL
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: sys-tweak.nsp
path: out/sys-tweak.nsp
Expand All @@ -39,7 +39,7 @@ jobs:
make clean
make FEAT_ALL="Y" TOGL_LOGGING="Y" -j4
- name: store - FEAT_ALL TOGL_LOGGING
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: sys-tweak_log.nsp
path: out/sys-tweak.nsp

0 comments on commit b814d4b

Please sign in to comment.