Skip to content

Commit

Permalink
Update build-gcc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbssa authored Nov 9, 2024
1 parent a8eeee0 commit 7e5f842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ jobs:
compression-level: 9
- shell: cmd
run: |
where make
make BITS=32 PREF= allocer32.exe
make BITS=32 PREF= test
env:
PATH: c:\mingw32\bin;c:\msys64\usr\bin
- shell: cmd
run: |
where make
make BITS=64 PREF= allocer64.exe
make BITS=64 PREF= test
env:
Expand Down

0 comments on commit 7e5f842

Please sign in to comment.