Skip to content

Commit 5eae829

Browse files
committed
Actually *save*, not restore
1 parent 1ce1c5c commit 5eae829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
sudo apt update && sudo apt upgrade
7272
sudo apt install lcov llvm
7373
- name: Cache APT archives
74-
uses: actions/cache/restore@v4
74+
uses: actions/cache/save@v4
7575
with:
7676
path: /var/cache/apt/archives/*.deb
7777
key: ${{ runner.os }}-${{ runner.arch }}-apt-archives

0 commit comments

Comments
 (0)