diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e65bdf..9f62324 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -147,7 +147,7 @@ jobs: dir cddlib/lib-src/ if ("${{ matrix.architecture }}" -eq "x86") { $platform = "Win32" } else { $platform = "x64" } mkdir dist -Force - python -m build --wheel -C="--global-option=build_ext" -C="--global-option=-I$platform/Release/" -C="--global-option=-L$platform/Release/" . + python -m build --wheel -C="--global-option=build_ext" -C="--global-option=-I$platform/Release/" -C="--global-option=-L$platform/Release/" -C="--global-option=-std:c11" . - name: Check files run: twine check dist/* - name: Upload wheel