ci: add caching support

This commit is contained in:
Jake Stanger
2023-06-18 17:41:10 +01:00
parent 5be0750792
commit 1ef32059da

View File

@@ -22,6 +22,9 @@ jobs:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2
name: Cache dependencies
- name: Install build deps
run: |
sudo apt-get update