Skip to content

Commit e65f15e

Browse files
committed
pin cargo-deb to fix compile issue
1 parent dab0662 commit e65f15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
path: target
6363
key: ${{ runner.os }}-cargo-rpm-build-target-${{ hashFiles('**/Cargo.lock') }}
6464
- run: |
65-
cargo install [email protected] cargo-generate-rpm
65+
cargo install [email protected] cargo-generate-rpm@0.16.1
6666
cargo build --release --target x86_64-unknown-linux-musl
6767
cargo deb --target x86_64-unknown-linux-musl
6868
cargo generate-rpm

0 commit comments

Comments
 (0)