We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d16e9 commit 36ab6ddCopy full SHA for 36ab6dd
.github/workflows/ci-windows.yml
@@ -150,7 +150,7 @@ jobs:
150
- name: test (cpp)
151
#run: meson test -C builddir/ --print-errorlogs
152
# meson test does not work with the custom ninja executable
153
- run: ninja test -C builddir/ --verbose
+ run: d:\ninja.exe test -C builddir/ --verbose
154
155
- name: install project
156
run: meson install -C builddir/
0 commit comments