Skip to content

Commit

Permalink
Try alt cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jul 12, 2024
1 parent 8483d41 commit 8e07562
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,7 @@ jobs:
extraPullNames: holochain-ci
authToken: ${{ secrets.CACHIX_HOLOCHAIN_WIND_TUNNEL }}

- uses: actions/cache@v4
with:
path: |
.cargo/bin/
.cargo/registry/index/
.cargo/registry/cache/
.cargo/git/db/
target/
wasm-target/
key: "${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}"
- uses: Swatinem/rust-cache@v2

- name: Cargo sweep mark for files
run: |
Expand Down

0 comments on commit 8e07562

Please sign in to comment.