Skip to content

Commit 36ab6dd

Browse files
committed
explicitly use ninja long path for testing on windows
1 parent 73d16e9 commit 36ab6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- name: test (cpp)
151151
#run: meson test -C builddir/ --print-errorlogs
152152
# meson test does not work with the custom ninja executable
153-
run: ninja test -C builddir/ --verbose
153+
run: d:\ninja.exe test -C builddir/ --verbose
154154

155155
- name: install project
156156
run: meson install -C builddir/

0 commit comments

Comments
 (0)