Skip to content

Commit

Permalink
chore(spec): add cargo cache
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 4, 2023
1 parent c7dd5ff commit c1c22cd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/compliance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true

- uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Setup PDM
Expand Down

0 comments on commit c1c22cd

Please sign in to comment.