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.
1 parent 0f11e40 commit 9fca728Copy full SHA for 9fca728
.github/workflows/premerge.yaml
@@ -47,6 +47,15 @@ jobs:
47
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
48
with:
49
fetch-depth: 2
50
+
51
+ - name: Setup sccache
52
+ uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
53
+ if: startsWith(matrix.runs-on, 'depot')
54
+ with:
55
+ max-size: 8G
56
+ key: ${{ matrix.runs-on }}
57
+ variant: sccache
58
59
- name: Build and Test
60
run: |
61
git config --global --add safe.directory '*'
0 commit comments