Skip to content

Commit 7f6c222

Browse files
committed
Add the other special envvar
1 parent b4c2849 commit 7f6c222

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
@@ -41,6 +41,7 @@ jobs:
4141
(inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu8') ||
4242
(inputs.host-platform == 'win-64' && 'windows-2022') }}
4343
env:
44+
SCCACHE_GHA_ENABLED: "true"
4445
CC: "sccache cc"
4546
CXX: "sccache c++"
4647

0 commit comments

Comments
 (0)