Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bscarell authored Dec 5, 2023
1 parent 40fc77c commit dfe8b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: make nxExt -j66 && (make overlay -j66 && echo "Overlay Made"; make module -j66 && echo "Module made"; make sys-tune -j66 && echo "MAIN MADE";) && echo next;

- name: Run check
run: make wah -j66
run: make wah

- name: Run distcheck
run: make dist -j66
run: make dist

- uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit dfe8b81

Please sign in to comment.