Skip to content

Commit

Permalink
use --locked for installing cargo-deb
Browse files Browse the repository at this point in the history
  • Loading branch information
ducaale committed Nov 19, 2023
1 parent 6ed5362 commit 6775c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
if: matrix.job.target == 'x86_64-unknown-linux-musl'
shell: bash
run: |
cargo install --git https://github.com/ducaale/cargo-deb --branch xh-patches cargo-deb
cargo install --git https://github.com/blyxxyz/cargo-deb --locked --branch xh-patches cargo-deb
cargo deb --no-build --target ${{ matrix.job.target }}
cp "target/${{ matrix.job.target }}/debian"/*.deb ./
Expand Down

0 comments on commit 6775c7f

Please sign in to comment.