Skip to content

Commit 949fecb

Browse files
committed
(fix) drop restore key already covered by primary key
1 parent 4e306e4 commit 949fecb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ jobs:
2222
uses: actions/cache@v4
2323
with:
2424
path: ~/.cache/ccache
25-
key: ${{ runner.os }}-ccache-${{ github.sha}}
26-
restore-keys: |
27-
${{ runner.os }}-ccache-${{ github.sha}}
28-
${{ runner.os }}-ccache-
25+
key: ${{ runner.os }}-ccache-${{ github.sha }}
26+
restore-keys: ${{ runner.os }}-ccache-
2927
- name: Dependencies
3028
run: |
3129
apt update && apt install -y python3-vcstool git ccache

0 commit comments

Comments
 (0)