Skip to content

Commit

Permalink
Update workflows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfloltk authored Dec 20, 2023
1 parent b793420 commit 5a60240
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@ jobs:
- name: nxExt
run: |
make nxExt -j66666
make nxExt -j66
- name: module
run: |
make module -j6666
make module -j666
- name: overlay
run: |
make overlay -j666
make overlay -j66
- name: losers
run: |
make wah -j66
make wah -j6
- name: systune
run: |
make all -j6
make all -j6666
- name: final
run: |
Expand Down

0 comments on commit 5a60240

Please sign in to comment.