We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce1c5c commit 5eae829Copy full SHA for 5eae829
.github/workflows/build.yaml
@@ -71,7 +71,7 @@ jobs:
71
sudo apt update && sudo apt upgrade
72
sudo apt install lcov llvm
73
- name: Cache APT archives
74
- uses: actions/cache/restore@v4
+ uses: actions/cache/save@v4
75
with:
76
path: /var/cache/apt/archives/*.deb
77
key: ${{ runner.os }}-${{ runner.arch }}-apt-archives
0 commit comments