Skip to content

Commit bcee4b2

Browse files
committed
Fix small typo in CFLAGS environment variable
1 parent a9e9f3e commit bcee4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
PYTHON_ISAL_BUILD_CACHE=True
218218
# This is in the docker container. So probably a '/tmp' will be available
219219
PYTHON_ISAL_BUILD_CACHE_FILE=/tmp/build_cache
220-
FLAGS="-g0 -DNDEBUG"
220+
CFLAGS="-g0 -DNDEBUG"
221221
CIBW_ENVIRONMENT_WINDOWS: >-
222222
PYTHON_ISAL_BUILD_CACHE=True
223223
PYTHON_ISAL_BUILD_CACHE_FILE=${{ runner.temp }}\build_cache

0 commit comments

Comments
 (0)