Merge pull request #197 from JakeStanger/ci/cache

ci: add caching support
This commit is contained in:
Jake Stanger 2023-06-18 17:51:32 +01:00 committed by GitHub
commit 93baf8f568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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