mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-12 23:47:17 +00:00
ci: Lock cargo deb version to 1.29.0
This commit is contained in:
parent
fe74328647
commit
c406d95699
2 changed files with 3 additions and 3 deletions
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
|
@ -280,7 +280,7 @@ jobs:
|
||||||
- name: Build Debian release (Linux x86-64 GNU)
|
- name: Build Debian release (Linux x86-64 GNU)
|
||||||
if: matrix.triple.target == 'x86_64-unknown-linux-gnu'
|
if: matrix.triple.target == 'x86_64-unknown-linux-gnu'
|
||||||
run: |
|
run: |
|
||||||
cargo install cargo-deb
|
cargo install cargo-deb --version 1.29.0
|
||||||
cargo deb
|
cargo deb
|
||||||
cp ./target/debian/bottom_*.deb ./bottom_${{ env.RELEASE_VERSION }}_amd64.deb
|
cp ./target/debian/bottom_*.deb ./bottom_${{ env.RELEASE_VERSION }}_amd64.deb
|
||||||
|
|
||||||
|
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -240,7 +240,7 @@ jobs:
|
||||||
- name: Build Debian release (Linux x86-64 GNU)
|
- name: Build Debian release (Linux x86-64 GNU)
|
||||||
if: matrix.triple.target == 'x86_64-unknown-linux-gnu'
|
if: matrix.triple.target == 'x86_64-unknown-linux-gnu'
|
||||||
run: |
|
run: |
|
||||||
cargo install cargo-deb
|
cargo install cargo-deb --version 1.29.0
|
||||||
cargo deb
|
cargo deb
|
||||||
cp ./target/debian/bottom_*.deb ./bottom_${{ env.RELEASE_VERSION }}_amd64.deb
|
cp ./target/debian/bottom_*.deb ./bottom_${{ env.RELEASE_VERSION }}_amd64.deb
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue