Skip to content

Commit 6be8df7

Browse files
authored
debug
1 parent 7cac30d commit 6be8df7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-wheel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,10 @@ jobs:
106106
- name: Replace cl.exe by sccache.exe
107107
if: ${{ startsWith(inputs.host-platform, 'win') }}
108108
run: |
109+
ls -lt "${{ env.CL_EXE }}"
109110
cp "${{ env.SCCACHE_PATH }}" "${{ env.CL_EXE }}"
111+
ls -lt "${{ env.CL_EXE }}"
112+
"${{ env.SCCACHE_PATH }}" --start-server
110113
111114
- name: Set environment variables
112115
env:

0 commit comments

Comments
 (0)