We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ff856 commit 0ab1fe5Copy full SHA for 0ab1fe5
.github/workflows/build-wheel.yml
@@ -193,7 +193,7 @@ jobs:
193
SCCACHE_LOG=debug
194
DISTUTILS_USE_SDK=1
195
PATH="$(cygpath -w "${{ env.SCCACHE_WRAPPER_DIR }}");$(dirname "${{ env.SCCACHE_PATH }}");$PATH"
196
- CL_EXE=${{ env.CL_EXE }}
+ CL_EXE="${{ env.CL_EXE }}"
197
# check cache stats before leaving cibuildwheel
198
CIBW_BEFORE_TEST_LINUX: >
199
"/host/${{ env.SCCACHE_PATH }}" --show-stats
0 commit comments