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 7e5f842 commit 04477c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
compression-level: 9
- shell: cmd
run: |
where make
bash -c "type 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
bash -c "type make"
make BITS=64 PREF= allocer64.exe
make BITS=64 PREF= test
env:
Expand Down

0 comments on commit 04477c9

Please sign in to comment.