Skip to content

Commit

Permalink
fix: fix **b**install failure (#27)
Browse files Browse the repository at this point in the history
* fix: force binstall

* fix: version up
  • Loading branch information
JyJyJcr committed Apr 19, 2024
1 parent af157af commit 1b1e19e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -113,7 +113,7 @@ jobs:
uses: cargo-bins/cargo-binstall@v1.6.4
if: matrix.const.as_r && contains(matrix.platform.target, 'linux')
- name: BInstall cargo-deb
run: cargo binstall -y cargo-deb
run: cargo binstall --force -y cargo-deb
if: matrix.const.as_r && contains(matrix.platform.target, 'linux')
- name: Build deb package
run: cargo deb --no-build --no-strip --target ${{ matrix.platform.target }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "quicssh-rs"
version = "0.1.5-dev"
version = "0.1.5"
edition = "2021"
license = "MIT"
authors = ["oowl <ouyangjun1999@gmail.com>"]
Expand Down

0 comments on commit 1b1e19e

Please sign in to comment.