Skip to content

Commit

Permalink
Install cargo license
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed Jul 23, 2024
1 parent 8f02bb5 commit 51e026a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
xvfb-run cargo test
if: runner.os == 'Linux'

- name: Install cargo-license (Linux)
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: cargo-license

- name: Gather licenses (Linux)
# If the default shell is used, one command failing does not fail the action.
shell: bash
Expand Down

0 comments on commit 51e026a

Please sign in to comment.