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 4e306e4 commit 949fecbCopy full SHA for 949fecb
.github/workflows/ci.yaml
@@ -22,10 +22,8 @@ jobs:
22
uses: actions/cache@v4
23
with:
24
path: ~/.cache/ccache
25
- key: ${{ runner.os }}-ccache-${{ github.sha}}
26
- restore-keys: |
27
- ${{ runner.os }}-ccache-${{ github.sha}}
28
- ${{ runner.os }}-ccache-
+ key: ${{ runner.os }}-ccache-${{ github.sha }}
+ restore-keys: ${{ runner.os }}-ccache-
29
- name: Dependencies
30
run: |
31
apt update && apt install -y python3-vcstool git ccache
0 commit comments