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 a269ea8 commit c77adaaCopy full SHA for c77adaa
.github/workflows/build-wheel.yml
@@ -201,8 +201,8 @@ jobs:
201
SCCACHE_CACHE_SIZE=${{ env.SCCACHE_CACHE_SIZE }}
202
SCCACHE_LOG=debug
203
DISTUTILS_USE_SDK=1
204
- PATH="$(cygpath -w ${{ env.SCCACHE_WRAPPER_DIR }});$(cygpath -w "$(dirname "$(cygpath "${{ env.SCCACHE_PATH }}")")");$PATH"
205
- CL_EXE="$(cygpath -w ${{ env.CL_EXE }})"
+ PATH="$(cygpath -w ${{ env.SCCACHE_WRAPPER_DIR }});$PATH"
+ CL_EXE="$(cygpath -w "${{ env.CL_EXE }}")"
206
# check cache stats before leaving cibuildwheel
207
CIBW_BEFORE_TEST_LINUX: >
208
"/host/${{ env.SCCACHE_PATH }}" --show-stats
0 commit comments