Skip to content

Commit

Permalink
Cache additional Cargo files to fix "binary already exists" CI errors
Browse files Browse the repository at this point in the history
This should fix these errors:

```
error: binary `wasm-bindgen` already exists in destination
binary `wasm-bindgen-test-runner` already exists in destination
binary `wasm2es6js` already exists in destination
```

See rust-lang/cargo#11513.
  • Loading branch information
robertknight committed May 2, 2024
1 parent e6ca44c commit e4d76b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
path: |
~/.cargo/bin/
~/.cargo/.crates.toml
~/.cargo/.crates2.json
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
Expand Down

0 comments on commit e4d76b1

Please sign in to comment.