Skip to content

Commit

Permalink
Merge pull request #120 from yutannihilation/ci/cache-crates2.json
Browse files Browse the repository at this point in the history
[CI] Cache `.crates2.json` and `.crates.toml`
  • Loading branch information
tomoyanonymous authored Dec 25, 2024
2 parents bb90371 + e5390d9 commit 1851962
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
~/.cargo/.crates2.json
~/.cargo/.crates.toml
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install wasm-pack
Expand Down

0 comments on commit 1851962

Please sign in to comment.