Skip to content

Commit

Permalink
Merge pull request #16 from jplatte/ci-cache
Browse files Browse the repository at this point in the history
ci: Use more sophisticated cache action
  • Loading branch information
ermo authored Aug 20, 2024
2 parents 94b8a0d + bdc1781 commit f3146cd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@ jobs:
run: sudo apt install -y protobuf-compiler

- name: Cargo Cache
uses: actions/cache@v3
with:
path: |
~/.cargo/registry/index/
~/.cargo/registry/cache/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
uses: Swatinem/rust-cache@v2

- name: Build project
run: cargo build
Expand Down

0 comments on commit f3146cd

Please sign in to comment.