summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-02-24 20:42:47 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2021-02-24 20:42:47 -0500
commitc406d956994dc0e7d1ef734dcc402ad49ae642f6 (patch)
tree063b1019cbcd881087a34fec971dd1911e43f306
parentfe743286475873efc829fcf46b0338cd0a5698f0 (diff)
ci: Lock cargo deb version to 1.29.0
-rw-r--r--.github/workflows/deployment.yml2
-rw-r--r--.github/workflows/nightly.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml
index 62e5cea9..3a51810d 100644
--- a/.github/workflows/deployment.yml
+++ b/.github/workflows/deployment.yml
@@ -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
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 0884224b..2f53605e 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -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