Skip to content

Commit

Permalink
Release action: fix cargo-deb installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Jan 16, 2023
1 parent 91d50a6 commit 8b20829
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 @@ -146,7 +146,7 @@ jobs:
shell: bash
run: |
case ${{ matrix.job.target }} in
*-linux-gnu*) cargo install cargo-deb --version ${{ env.cargo-deb-version }};;
*-linux-gnu*) cargo install cargo-deb;;
esac
case ${{ matrix.job.target }} in
Expand Down

0 comments on commit 8b20829

Please sign in to comment.