We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4099e3 commit 92ff856Copy full SHA for 92ff856
.github/workflows/build-wheel.yml
@@ -193,6 +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 }}
197
# check cache stats before leaving cibuildwheel
198
CIBW_BEFORE_TEST_LINUX: >
199
"/host/${{ env.SCCACHE_PATH }}" --show-stats
0 commit comments