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