ci: bump cargo deb in CI (#906)

This commit is contained in:
Clement Tsang 2022-11-20 04:28:23 -05:00 committed by GitHub
parent dd4b19866d
commit 9e4aed7d56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -346,7 +346,7 @@ jobs:
env:
BTM_GENERATE: true
run: |
cargo install cargo-deb --version 1.38.0 --locked
cargo install cargo-deb --version 1.41.1 --locked
cargo deb --no-build --target ${{ matrix.info.target }}
cp ./target/${{ matrix.info.target }}/debian/bottom_*.deb ./bottom_${{ matrix.info.target }}.deb