Skip to content

Commit 8213321

Browse files
author
Alexander Batashev
authored
[CI] Fix cache location on Windows (#5603)
Also print cache statistics after build is complete.
1 parent b390cdb commit 8213321

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/sycl_windows_build_and_test.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
key: sycl-win-build-${{ github.sha }}
3434
restore-keys: |
3535
sycl-win-build-
36-
- name: Configure
36+
- name: Build
3737
shell: cmd
3838
env:
3939
CUDA_PATH: 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6'
@@ -53,13 +53,8 @@ jobs:
5353
--cmake-opt="-DCMAKE_CXX_COMPILER_LAUNCHER=sccache" ^
5454
--cmake-opt="-DCMAKE_C_COMPILER_LAUNCHER=sccache" ^
5555
--cuda
56-
- name: Build
57-
shell: cmd
58-
env:
59-
CUDA_PATH: 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6'
60-
CUDA_TOOLKIT_ROOT_DIR: 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6'
61-
run: |
6256
cmake --build build --target sycl-toolchain
57+
sccache --show-stats
6358
- name: Install
6459
shell: cmd
6560
run: cmake --build build --target deploy-sycl-toolchain

0 commit comments

Comments
 (0)