Skip to content

Commit

Permalink
build fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanis42 committed Sep 21, 2024
1 parent 47e1b94 commit 8f617c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
if: matrix.matching
run: |
python configure.py --map --binutils /binutils --compilers /compilers
ninja all_source build/{oot-j}/progress.json build/report.json
ninja all_source build/oot-j/progress.json build/report.json
# Build the project (non-matching)
- name: Build (non-matching)
if: ${{ !matrix.matching }}
run: |
python configure.py --map --binutils /binutils --compilers /compilers --non-matching --no-asm-processor
ninja all_source build/{oot-j}/progress.json build/report.json
ninja all_source build/oot-j/progress.json build/report.json
# Upload progress if we're on the main branch
- name: Upload progress
Expand Down

0 comments on commit 8f617c3

Please sign in to comment.