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 11, 2024
1 parent a476ad4 commit fe714bf
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 @@ -36,14 +36,14 @@ jobs:
- name: test heob32
shell: msys2 {0}
run: |
make BITS=32 PREF= allocer32.exe
make BITS=32 PREF= CFLAGS=-mcrtdll=msvcrt allocer32.exe
make BITS=32 PREF= test
env:
PATH: c:\mingw32\bin;c:\msys64\usr\bin
- name: test heob64
shell: msys2 {0}
run: |
make BITS=64 PREF= allocer64.exe
make BITS=64 PREF= CFLAGS=-mcrtdll=msvcrt allocer64.exe
make BITS=64 PREF= test
env:
PATH: c:\mingw64\bin;c:\msys64\usr\bin
Expand Down

0 comments on commit fe714bf

Please sign in to comment.