Skip to content

Commit bf7c3a4

Browse files
committed
ci: set fixed version of cargo-deb
1 parent d3fc8ef commit bf7c3a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
env:
137137
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138138
run: |
139-
cargo install cargo-deb
139+
cargo install --version 3.7.0 --locked cargo-deb
140140
deb_file=$(./scripts/create-deb.sh "$CARGO_TARGET")
141141
142142
./scripts/upload-github-release-assets.sh "$DRA_VERSION" "$deb_file"

0 commit comments

Comments
 (0)