We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test-internet
1 parent 34d7525 commit 8dbd0f1Copy full SHA for 8dbd0f1
.github/workflows/test-internet.yml
@@ -33,8 +33,9 @@ concurrency:
33
env:
34
PYTHON_VERSION: '3.12'
35
FLAKY_TESTS: keep_retrying
36
- CC: clang
37
- CXX: clang++
+ CC: sccache clang
+ CXX: sccache clang++
38
+ SCCACHE_GHA_ENABLED: 'true'
39
40
permissions:
41
contents: read
@@ -51,6 +52,10 @@ jobs:
51
52
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
53
with:
54
python-version: ${{ env.PYTHON_VERSION }}
55
+ - name: Set up sccache
56
+ uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
57
+ with:
58
+ version: v0.10.0
59
- name: Environment Information
60
run: npx envinfo
61
- name: Build
0 commit comments