Skip to content

Commit 098feeb

Browse files
authored
debug
1 parent 541a9b2 commit 098feeb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-wheel.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,12 @@ jobs:
190190
ACTIONS_CACHE_SERVICE_V2=${{ env.ACTIONS_CACHE_SERVICE_V2 }}
191191
SCCACHE_DIR=${{ env.SCCACHE_DIR }}
192192
SCCACHE_CACHE_SIZE=${{ env.SCCACHE_CACHE_SIZE }}
193-
PATH="$(cygpath -w ${{ env.SCCACHE_WRAPPER_DIR }});$PATH"
193+
PATH="$(cygpath -w "${{ env.SCCACHE_WRAPPER_DIR }}");$PATH"
194194
CL_EXE="${{ env.CL_EXE }}"
195195
SCCACHE_LOG=debug
196+
CIBW_BEFORE_ALL_WINDOWS: >
197+
echo $PATH
198+
echo $(which cl.exe)
196199
# check cache stats before leaving cibuildwheel
197200
CIBW_BEFORE_TEST_LINUX: >
198201
"/host${{ env.SCCACHE_PATH }}" --show-stats

0 commit comments

Comments
 (0)