Skip to content

Commit

Permalink
Use cargo-bins/cargo-binstall action instead of manual download
Browse files Browse the repository at this point in the history
  • Loading branch information
zoni committed Aug 3, 2024
1 parent c8cf91c commit 81ccdb1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/cargo-binstall/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ runs:
using: "composite"
steps:
- name: Install cargo-binstall
shell: bash
run: >
curl -L --proto '=https' --tlsv1.3 -sSf https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz | sudo tar -xzv -C /usr/bin
uses: cargo-bins/cargo-binstall@main

- name: Install cargo bins
shell: bash
Expand Down

0 comments on commit 81ccdb1

Please sign in to comment.