ci: update cargo deb to 1.37 (#699)

This commit is contained in:
Clement Tsang 2022-04-08 17:45:18 -04:00 committed by GitHub
parent d297ee4639
commit 44e6923a5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -323,7 +323,7 @@ jobs:
- name: Build Debian release
run: |
cargo install cargo-deb --version 1.34.0 --locked
cargo install cargo-deb --version 1.37.0 --locked
cargo deb --no-build
cp ./target/debian/bottom_*.deb ./bottom_${{ env.RELEASE_VERSION }}_amd64.deb

View file

@ -317,7 +317,7 @@ jobs:
- name: Build Debian release
run: |
cargo install cargo-deb --version 1.34.0 --locked
cargo install cargo-deb --version 1.37.0 --locked
cargo deb --no-build
cp ./target/debian/bottom_*.deb ./bottom_${{ env.RELEASE_VERSION }}_amd64.deb