We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73cb81 commit b4c2849Copy full SHA for b4c2849
.github/workflows/build-wheel.yml
@@ -40,6 +40,10 @@ jobs:
40
runs-on: ${{ (inputs.host-platform == 'linux-64' && 'linux-amd64-cpu8') ||
41
(inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu8') ||
42
(inputs.host-platform == 'win-64' && 'windows-2022') }}
43
+ env:
44
+ CC: "sccache cc"
45
+ CXX: "sccache c++"
46
+
47
steps:
48
- name: Checkout ${{ github.event.repository.name }}
49
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments