Skip to content

Commit 1fd39a7

Browse files
authored
Again, it's always a path formatting issue
1 parent 3beca88 commit 1fd39a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
SCCACHE_CACHE_SIZE=${{ env.SCCACHE_CACHE_SIZE }}
202202
SCCACHE_LOG=debug
203203
DISTUTILS_USE_SDK=1
204-
PATH="$(cygpath -w ${{ env.SCCACHE_WRAPPER_DIR }});$(dirname "${{ env.SCCACHE_PATH }}");$PATH"
204+
PATH="$(cygpath -w ${{ env.SCCACHE_WRAPPER_DIR }});$(cygpath -w dirname $(cygpath "${{ env.SCCACHE_PATH }}"));$PATH"
205205
CL_EXE="$(cygpath -w ${{ env.CL_EXE }})"
206206
# check cache stats before leaving cibuildwheel
207207
CIBW_BEFORE_TEST_LINUX: >

0 commit comments

Comments
 (0)