mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Fix step "Test": Fix invoking cargo-binstall
directly
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
68942f56e4
commit
dc5978e737
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -99,8 +99,8 @@ jobs:
|
|||
- name: Test
|
||||
if: ${{ matrix.test == 'true' }}
|
||||
run: |
|
||||
for bin in $bins; do ./${{ matrix.output }} cargo-binstall --no-confirm $bin; done
|
||||
./${{ matrix.output }} cargo-binstall --manifest-path . --no-confirm
|
||||
for bin in $bins; do ./${{ matrix.output }} binstall --no-confirm $bin; done
|
||||
./${{ matrix.output }} binstall --manifest-path . --no-confirm cargo-binstall
|
||||
env:
|
||||
bins: cargo-bindgen cbindgen cargo-deb cargo-llvm-cov cargo-binstall
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue