Skip to content

Commit

Permalink
ci: Use taiki-e's install-action
Browse files Browse the repository at this point in the history
  • Loading branch information
onkoe committed Feb 2, 2024
1 parent afa59b2 commit 95969a0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ jobs:
run: cargo test --verbose

- name: Install cargo-deny
run: |
if ! command -v cargo-deny &> /dev/null
then
cargo binstall cargo-deny
fi
uses: taiki-e/install-action@v2
with:
tool: cargo-deny

- name: Run cargo-deny
run: cargo deny check
Expand Down

0 comments on commit 95969a0

Please sign in to comment.