We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2eeeea commit c44b085Copy full SHA for c44b085
.github/workflows/c-cpp.yml
@@ -43,7 +43,7 @@ jobs:
43
44
# Configure and build with Meson (MSVC will be used automatically)
45
- name: Configure (Meson)
46
- run: meson setup --warnlevel 2 --Dbuild_tests=true --buildtype release builddir --backend=ninja
+ run: meson setup -Dbuild_tests=true --warnlevel 2 --buildtype release builddir --backend=ninja
47
48
- name: Build (Ninja)
49
run: ninja -C builddir
0 commit comments