Skip to content

Commit 0ab1fe5

Browse files
authored
quote-unquote
1 parent 92ff856 commit 0ab1fe5

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
@@ -193,7 +193,7 @@ jobs:
193193
SCCACHE_LOG=debug
194194
DISTUTILS_USE_SDK=1
195195
PATH="$(cygpath -w "${{ env.SCCACHE_WRAPPER_DIR }}");$(dirname "${{ env.SCCACHE_PATH }}");$PATH"
196-
CL_EXE=${{ env.CL_EXE }}
196+
CL_EXE="${{ env.CL_EXE }}"
197197
# check cache stats before leaving cibuildwheel
198198
CIBW_BEFORE_TEST_LINUX: >
199199
"/host/${{ env.SCCACHE_PATH }}" --show-stats

0 commit comments

Comments
 (0)