Skip to content

Commit

Permalink
Merge #952
Browse files Browse the repository at this point in the history
952: Use cache-cargo-install-action to install cargo-careful r=taiki-e a=taiki-e

https://github.com/taiki-e/cache-cargo-install-action

Co-authored-by: Taiki Endo <[email protected]>
  • Loading branch information
bors[bot] and taiki-e authored Jan 15, 2023
2 parents 5519aeb + c00d5e1 commit 83c4a85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ jobs:
- name: Install Rust
run: rustup toolchain install nightly --component rust-src && rustup default nightly
- name: Install cargo-careful
run: cargo install cargo-careful --locked --debug
uses: taiki-e/cache-cargo-install-action@v1
with:
tool: cargo-careful
- name: Run cargo-careful
run: ./ci/careful.sh

Expand Down

0 comments on commit 83c4a85

Please sign in to comment.