diff --git a/.github/workflows/build-gcc.yml b/.github/workflows/build-gcc.yml index 0f1edd4..373d5d5 100644 --- a/.github/workflows/build-gcc.yml +++ b/.github/workflows/build-gcc.yml @@ -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: