Skip to content

Commit

Permalink
ci: install cargo about using cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Fraccaroli committed Dec 13, 2023
1 parent 9562c16 commit 6b12f19
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,7 @@ jobs:
run: curl -k https://installer.heliax.click/EmbarkStudios/[email protected]! | bash
- name: Install cargo-about (only windows)
if: startsWith(runner.os, 'Windows')
run: |
curl -L https://github.com/EmbarkStudios/cargo-about/releases/download/0.5.7/cargo-about-0.5.7-x86_64-pc-windows-msvc.tar.gz -o cargo-about
echo "${GITHUB_WORKSPACE}" >> $env.GITHUB_PATH
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
GITHUB_WORKSPACE: ${{ github.workspace }}
run: cargo install --locked cargo-about
- name: ${{ matrix.make.name }}
run: make ${{ matrix.make.command }}
- name: Upload binaries package
Expand Down

0 comments on commit 6b12f19

Please sign in to comment.