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 f929fdb commit c1564e3Copy full SHA for c1564e3
.github/workflows/main.yaml
@@ -104,6 +104,7 @@ jobs:
104
BUILD_ONLY: ${{ matrix.build_only }}
105
TEST_VERBATIM: ${{ matrix.test_verbatim }}
106
MAY_SKIP_LIBM_CI: ${{ needs.calculate_vars.outputs.may_skip_libm_ci }}
107
+ CFLAGS: --std=c17
108
steps:
109
- name: Print runner information
110
run: uname -a
0 commit comments