Skip to content

Commit

Permalink
Merge pull request #830 from foresterre/workflow-cargo-about-workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre authored Nov 12, 2023
2 parents f24f162 + 544adee commit f89d807
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:

- name: install_cargo_about
shell: bash
run: cargo install cargo-about
# Tempory workaround for cargo-about issue https://github.com/EmbarkStudios/cargo-about/issues/237, which has been fixed, but where
# the fix has not been released yet.
run: cargo install cargo-about --git https://github.com/EmbarkStudios/cargo-about.git --rev a4296450258de52c728ddfb33fd8769be91d31e7

- name: generate_dep_licenses_file
shell: bash
Expand Down

0 comments on commit f89d807

Please sign in to comment.