File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,14 @@ jobs:
107107
108108 Add-Content -Path $env:GITHUB_ENV -Value "SCCACHE_WRAPPER_DIR=$((Get-Location).ProviderPath)"
109109
110+ - name : debug
111+ if : ${{ startsWith(inputs.host-platform, 'win') }}
112+ run : |
113+ pushd ..
114+ which cl.exe
115+ where cl.exe
116+ popd
117+
110118 - name : Set environment variables
111119 env :
112120 CUDA_VER : ${{ inputs.cuda-version }}
@@ -183,6 +191,8 @@ jobs:
183191 ACTIONS_CACHE_SERVICE_V2=${{ env.ACTIONS_CACHE_SERVICE_V2 }}
184192 SCCACHE_DIR=/host/${{ env.SCCACHE_DIR }}
185193 SCCACHE_CACHE_SIZE=${{ env.SCCACHE_CACHE_SIZE }}
194+ CIBW_BEFORE_ALL_WINDOWS : >
195+ echo %PATH%
186196 CIBW_ENVIRONMENT_WINDOWS : >
187197 CUDA_PATH="$(cygpath -w ${{ env.CUDA_PATH }})"
188198 CUDA_PYTHON_PARALLEL_LEVEL=${{ env.CUDA_PYTHON_PARALLEL_LEVEL }}
You can’t perform that action at this time.
0 commit comments