We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f1359 commit 4d3b284Copy full SHA for 4d3b284
.github/workflows/build-wheel.yml
@@ -42,6 +42,7 @@ jobs:
42
(inputs.host-platform == 'win-64' && 'windows-2022') }}
43
env:
44
SCCACHE_GHA_ENABLED: "true"
45
+ SCCACHE_DIR: ${{ github.workspace }}/.sccache
46
47
steps:
48
- name: Checkout ${{ github.event.repository.name }}
0 commit comments