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

0 comments on commit f2dc8fa

Please sign in to comment.