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 863eb43 commit ee154e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
- name: MAKEWAH
run : |
make nxExt
make wah -j66
make nxExt -j66 && echo nxExt
make module -j66 && echo module
make overlay -j66 && echo overlay
make wah -j66 && echo wah
- name: nxExt
run: |
Expand Down

0 comments on commit ee154e2

Please sign in to comment.