Skip to content

Commit 43466d8

Browse files
authored
Merge pull request #24 from tomphp/add-arm-support
fix: fix cache action path in checkout-rust-project
2 parents 0ff4ad9 + 8af7dd9 commit 43466d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checkout-rust-project/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
using: composite
2323
steps:
2424
- uses: actions/checkout@v4
25-
- uses: ./cache-cargo-dependencies
25+
- uses: tomphp/github-actions/cache-cargo-dependencies@v0.7.0
2626
- uses: actions-rust-lang/setup-rust-toolchain@v1
2727
with:
2828
toolchain: ${{ inputs.rust-toolchain }}

0 commit comments

Comments
 (0)