Skip to content

Commit ba1466f

Browse files
committed
try another make alias
1 parent cb90f8f commit ba1466f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
- name: Build (msys2)
8484
run: |
8585
premake5 gmake
86-
mingw-w64-ucrt-x86_64-make clean
87-
mingw-w64-ucrt-x86_64-make all config=${{ matrix.configuration }}
86+
mingw32-make clean
87+
mingw32-make all config=${{ matrix.configuration }}
8888
8989
- name: Test (msys2)
9090
run: "./bin/test.exe"

0 commit comments

Comments
 (0)