Skip to content

Commit

Permalink
Merge branch 'tomas/update-cargo-about' (#3290)
Browse files Browse the repository at this point in the history
* tomas/update-cargo-about:
  update cargo-about used for release
  • Loading branch information
tzemanovic committed May 21, 2024
2 parents c7d79f4 + bd5abe4 commit 0017f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: sccache --start-server
- name: Install cargo-about
if: "!startsWith(runner.os, 'Windows')"
run: curl -k https://installer.heliax.click/EmbarkStudios/cargo-about@0.5.7! | bash
run: curl -k https://installer.heliax.click/EmbarkStudios/cargo-about@0.6.1! | bash
- name: Install cargo-about (only windows)
if: startsWith(runner.os, 'Windows')
run: cargo install --locked cargo-about
Expand Down

0 comments on commit 0017f90

Please sign in to comment.