Skip to content

Commit c275380

Browse files
Update meson_ci.yml
1 parent f5e10da commit c275380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meson_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
-w /workspace \
248248
${GITHUB_REPOSITORY}:${{ matrix.distro }} \
249249
/bin/bash -c "
250-
meson setup builddir --fatal-meson-warnings -Dwerror=true -Dwith_test=enabled -Dwarning_level=3 -Dc_std=c18
250+
meson setup builddir --fatal-meson-warnings -Dwerror=true -Dwith_test=enabled -Dwarning_level=3 -Dc_std=c17
251251
meson compile -C builddir
252252
meson test -C builddir -v"
253253

0 commit comments

Comments
 (0)