Skip to content

Commit 5f9b18b

Browse files
committed
fix the automation for windows make
1 parent 25d4058 commit 5f9b18b

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
@@ -111,9 +111,9 @@ jobs:
111111
shell: msys2 {0}
112112
run: |
113113
set -e
114-
make
114+
mingw32-make
115115
if [ "${{ matrix.build_gfx }}" = "true" ]; then
116-
make basic-gfx
116+
mingw32-make basic-gfx
117117
fi
118118
119119
- name: Run tests (Windows)

0 commit comments

Comments
 (0)