Skip to content

Commit

Permalink
fix: stage 2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMachineELF committed Jun 2, 2024
1 parent 665da98 commit 253cdb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
submodules: recursive

- name: Build stage 1
run: make -C stage1 FW=900 clean && make -C stage1 FW=900
run: |
make -C stage1 FW=900 clean && make -C stage1 FW=900
- name: Build stage 2
run: make -C stage2 FW=900 clean && make -C stage1 FW=900
run: make -C stage2 FW=900 clean && make -C stage2 FW=900

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

0 comments on commit 253cdb7

Please sign in to comment.