mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-24 06:05:10 +02:00
ci: Lock cargo deb version to 1.29.0
This commit is contained in:
parent
fe74328647
commit
c406d95699
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…
x
Reference in New Issue
Block a user