Skip to content

Commit 4d3b284

Browse files
committed
Specify a cache dir
1 parent 41f1359 commit 4d3b284

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
(inputs.host-platform == 'win-64' && 'windows-2022') }}
4343
env:
4444
SCCACHE_GHA_ENABLED: "true"
45+
SCCACHE_DIR: ${{ github.workspace }}/.sccache
4546

4647
steps:
4748
- name: Checkout ${{ github.event.repository.name }}

0 commit comments

Comments
 (0)