Skip to content

Commit

Permalink
Use cache-cargo-install-action to install cargo-careful
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 15, 2023
1 parent 5519aeb commit c00d5e1
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 c00d5e1

Please sign in to comment.