ci: Lock cargo deb version to 1.29.0

This commit is contained in:
ClementTsang 2021-02-24 20:42:47 -05:00
parent fe74328647
commit c406d95699
2 changed files with 3 additions and 3 deletions

View file

@ -280,7 +280,7 @@ jobs:
- name: Build Debian release (Linux x86-64 GNU)
if: matrix.triple.target == 'x86_64-unknown-linux-gnu'
run: |
cargo install cargo-deb
cargo install cargo-deb --version 1.29.0
cargo deb
cp ./target/debian/bottom_*.deb ./bottom_${{ env.RELEASE_VERSION }}_amd64.deb

View file

@ -23,7 +23,7 @@ jobs:
tag_name: nightly
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Sleep for a few seconds.
run: sleep 10
@ -240,7 +240,7 @@ jobs:
- name: Build Debian release (Linux x86-64 GNU)
if: matrix.triple.target == 'x86_64-unknown-linux-gnu'
run: |
cargo install cargo-deb
cargo install cargo-deb --version 1.29.0
cargo deb
cp ./target/debian/bottom_*.deb ./bottom_${{ env.RELEASE_VERSION }}_amd64.deb