Skip to content

Commit d60edf3

Browse files
authored
debug
1 parent dfc347e commit d60edf3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build-wheel.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)