Skip to content

Commit

Permalink
fix: install cargo-deb via cargo install
Browse files Browse the repository at this point in the history
- Replace taiki-e/install-action with direct cargo install
  • Loading branch information
aljen committed Nov 30, 2024
1 parent 6c763f6 commit 50f0d22
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 @@ -67,7 +67,7 @@ jobs:
uses: taiki-e/install-action@cross

- name: Install cargo-deb
uses: taiki-e/install-action@cargo-deb-v1
run: cargo install cargo-deb

- name: Build
run: |
Expand Down

0 comments on commit 50f0d22

Please sign in to comment.