Skip to content

Commit

Permalink
ci: Use install-action to install cargo-careful
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 5, 2023
1 parent 87c7d7b commit 48022f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install Rust
run: rustup toolchain install nightly --component rust-src && rustup default nightly
- name: Install cargo-careful
uses: taiki-e/cache-cargo-install-action@v1
with:
tool: cargo-careful
- uses: taiki-e/install-action@cargo-careful
- name: Run cargo-careful
run: ./ci/careful.sh

Expand Down

0 comments on commit 48022f1

Please sign in to comment.