ci: caching for CI (#4108)

This commit is contained in:
Milo
2021-09-14 09:40:04 +02:00
committed by GitHub
parent a73428252b
commit 3fe1662e4b
2 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install Rust
run: rustup update stable
- uses: Swatinem/rust-cache@v1
- name: Install Valgrind
run: |
sudo apt-get update -y