Skip to content

Commit

Permalink
fix(ci): only cache current project, otherwise the cache size is too …
Browse files Browse the repository at this point in the history
…large
  • Loading branch information
jjyr committed Sep 6, 2023
1 parent d80742f commit 7a91cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ibc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Rust cache
uses: Swatinem/rust-cache@v2
with:
workspaces: ".\n${{env.SRC_DIR}}/axon"
workspaces: "."

- name: Cache axon bin
id: cache-axon-bin
Expand Down

0 comments on commit 7a91cbf

Please sign in to comment.