Skip to content

Commit

Permalink
fix: Use a newer cargo deb version
Browse files Browse the repository at this point in the history
Bump the version of cargo deb to the latest one. The CD workflow has
been failing because Cargo is unable to resolve `cargo-deb` because of a
library requirement. Hopefully updating to a newer version will fix the
issue.
  • Loading branch information
afnanenayet committed Mar 12, 2023
1 parent a8a9d41 commit a2e20dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
- name: Build Debian release (x86_64-unknown-linux-gnu)
if: matrix.job.target == 'x86_64-unknown-linux-gnu'
run: |
cargo install cargo-deb --version 1.29.2
cargo install cargo-deb --version 1.42.2
cargo deb
cp ./target/debian/diffsitter_*.deb ./diffsitter_${{ env.RELEASE_VERSION }}_amd64.deb
Expand Down

0 comments on commit a2e20dd

Please # to comment.