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 443d815 commit a8eeee0
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 @@ -20,13 +20,13 @@ jobs:
heob32.exe
heob64.exe
compression-level: 9
- shell: bash
- shell: cmd
run: |
make BITS=32 PREF= allocer32.exe
make BITS=32 PREF= test
env:
PATH: c:\mingw32\bin;c:\msys64\usr\bin
- shell: bash
- shell: cmd
run: |
make BITS=64 PREF= allocer64.exe
make BITS=64 PREF= test
Expand Down

0 comments on commit a8eeee0

Please sign in to comment.