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 adaa122 commit 04da2dbCopy full SHA for 04da2db
.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 --built_tests=true --buildtype release builddir --backend=ninja
+ run: meson setup --warnlevel 2 --build_tests=true --buildtype release builddir --backend=ninja
47
48
- name: Build (Ninja)
49
run: ninja -C builddir
0 commit comments