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 79770b9 commit ddf0bf6
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,29 @@ jobs:
- uses: actions/checkout@v3

- name: make clean
run: make clean
run: |
make clean
- name: nxExt
run: make nxExt -j666
run: |
make nxExt -j666
- name: module
run: make module -j666
run: |
make module -j666
- name: overlay
run: make overlay -j666
run: |
make overlay -j666
- name: systune
run: make all
run: |
make all
- name: final
run: make wah && make dist
run: |
make wah
make dist
- uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit ddf0bf6

Please sign in to comment.