Skip to content

Commit c1b78dd

Browse files
Fix typo in GitHub workflow (#495)
1 parent bc6997d commit c1b78dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,12 @@ jobs:
250250
run: |
251251
cmake ^
252252
-G"MinGW Makefiles" ^
253-
-B build\ming_test ^
253+
-B build\mingw_test ^
254254
-S hidapisrc\hidtest ^
255255
-Dhidapi_ROOT=install\mingw ^
256256
-DCMAKE_INSTALL_PREFIX=install\mingw_test ^
257257
"-DCMAKE_C_FLAGS=%NIX_COMPILE_FLAGS%"
258-
cd build\ming_test
258+
cd build\mingw_test
259259
cmake --build . --target install
260260
261261
- name: Check Meson build

0 commit comments

Comments
 (0)