Skip to content

Commit

Permalink
Use bininstall/install-action isntead of manually installing cargo ex…
Browse files Browse the repository at this point in the history
…tensions
  • Loading branch information
TTWNO committed Sep 18, 2023
1 parent 9706107 commit ff8d0a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
with:
toolchain: stable
- name: Install Cargo Machete
run: cargo install cargo-machete
uses: taki-e/install-action@cargo-machete
- name: Check For Unused Depdencies
run: cargo machete
semver-compliance:
Expand All @@ -154,7 +154,7 @@ jobs:
toolchain: stable
- name: Install Semver Checks
# no default features so that it uses native Rust TLS instead of trying to link with system TLS.
run: cargo install cargo-semver-checks --no-default-features
uses: taki-e/install-action@cargo-semver-checks
- name: Check Semver Compliance
run: cargo semver-checks check-release -p atspi --default-features
msrv-compliance:
Expand Down

0 comments on commit ff8d0a6

Please sign in to comment.