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 aa515cc commit a83926b
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 @@ -37,13 +37,15 @@ jobs:
shell: msys2 {0}
run: |
make BITS=32 PREF= allocer32.exe
heob32 -p1 -a4 -f0 allocer32 1
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
heob64 -p1 -a4 -f0 allocer64 1
make BITS=64 PREF= test
env:
PATH: c:\mingw64\bin;c:\msys64\usr\bin

0 comments on commit a83926b

Please sign in to comment.