From 7e5f842b0a1577f23ef8c4e50fa0975bd29bddeb Mon Sep 17 00:00:00 2001 From: Hannes Domani Date: Sat, 9 Nov 2024 16:14:27 +0100 Subject: [PATCH] Update build-gcc.yml --- .github/workflows/build-gcc.yml | 2 ++ 1 file changed, 2 insertions(+) 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: