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 a9e9f3e commit bcee4b2Copy full SHA for bcee4b2
.github/workflows/ci.yml
@@ -217,7 +217,7 @@ jobs:
217
PYTHON_ISAL_BUILD_CACHE=True
218
# This is in the docker container. So probably a '/tmp' will be available
219
PYTHON_ISAL_BUILD_CACHE_FILE=/tmp/build_cache
220
- FLAGS="-g0 -DNDEBUG"
+ CFLAGS="-g0 -DNDEBUG"
221
CIBW_ENVIRONMENT_WINDOWS: >-
222
223
PYTHON_ISAL_BUILD_CACHE_FILE=${{ runner.temp }}\build_cache
0 commit comments