ci: Lock cargo deb version to 1.29.0
This commit is contained in:
parent
fe74328647
commit
c406d95699
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue