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 f5e10da commit c275380Copy full SHA for c275380
.github/workflows/meson_ci.yml
@@ -247,7 +247,7 @@ jobs:
247
-w /workspace \
248
${GITHUB_REPOSITORY}:${{ matrix.distro }} \
249
/bin/bash -c "
250
- meson setup builddir --fatal-meson-warnings -Dwerror=true -Dwith_test=enabled -Dwarning_level=3 -Dc_std=c18
+ meson setup builddir --fatal-meson-warnings -Dwerror=true -Dwith_test=enabled -Dwarning_level=3 -Dc_std=c17
251
meson compile -C builddir
252
meson test -C builddir -v"
253
0 commit comments