Skip to content

Commit 29f71c3

Browse files
committed
tools: add sccache to test-internet workflow
1 parent 961554c commit 29f71c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-internet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5757
with:
5858
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
5963
- name: Environment Information
6064
run: npx envinfo
6165
- name: Build

0 commit comments

Comments
 (0)