mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Update workflow rust: Test find_crate_cratesio
by removing `--manifest-path` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
62be22256b
commit
b0598a1fad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -164,4 +164,4 @@ jobs:
|
||||||
run: unzip cargo-binstall-${{ matrix.target }}.zip
|
run: unzip cargo-binstall-${{ matrix.target }}.zip
|
||||||
|
|
||||||
- name: "Run binstall"
|
- name: "Run binstall"
|
||||||
run: ./${{ matrix.output }} cargo-binstall --manifest-path . --no-confirm
|
run: ./${{ matrix.output }} cargo-binstall --no-confirm
|
||||||
|
|
Loading…
Add table
Reference in a new issue