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 961554c commit 29f71c3Copy full SHA for 29f71c3
.github/workflows/test-internet.yml
@@ -56,6 +56,10 @@ jobs:
56
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
57
with:
58
python-version: ${{ env.PYTHON_VERSION }}
59
+ - name: Set up sccache
60
+ uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
61
+ with:
62
+ version: v0.10.0
63
- name: Environment Information
64
run: npx envinfo
65
- name: Build
0 commit comments