Skip to content

Commit b4c2849

Browse files
committed
Set compiler env vars
1 parent b73cb81 commit b4c2849

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-wheel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
runs-on: ${{ (inputs.host-platform == 'linux-64' && 'linux-amd64-cpu8') ||
4141
(inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu8') ||
4242
(inputs.host-platform == 'win-64' && 'windows-2022') }}
43+
env:
44+
CC: "sccache cc"
45+
CXX: "sccache c++"
46+
4347
steps:
4448
- name: Checkout ${{ github.event.repository.name }}
4549
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)