We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6997d commit c1b78ddCopy full SHA for c1b78dd
1 file changed
.github/workflows/builds.yml
@@ -250,12 +250,12 @@ jobs:
250
run: |
251
cmake ^
252
-G"MinGW Makefiles" ^
253
- -B build\ming_test ^
+ -B build\mingw_test ^
254
-S hidapisrc\hidtest ^
255
-Dhidapi_ROOT=install\mingw ^
256
-DCMAKE_INSTALL_PREFIX=install\mingw_test ^
257
"-DCMAKE_C_FLAGS=%NIX_COMPILE_FLAGS%"
258
- cd build\ming_test
+ cd build\mingw_test
259
cmake --build . --target install
260
261
- name: Check Meson build
0 commit comments