mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +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
|
- name: Test
|
||||||
if: ${{ matrix.test == 'true' }}
|
if: ${{ matrix.test == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
for bin in $bins; do ./${{ matrix.output }} cargo-binstall --no-confirm $bin; done
|
for bin in $bins; do ./${{ matrix.output }} binstall --no-confirm $bin; done
|
||||||
./${{ matrix.output }} cargo-binstall --manifest-path . --no-confirm
|
./${{ matrix.output }} binstall --manifest-path . --no-confirm cargo-binstall
|
||||||
env:
|
env:
|
||||||
bins: cargo-bindgen cbindgen cargo-deb cargo-llvm-cov cargo-binstall
|
bins: cargo-bindgen cbindgen cargo-deb cargo-llvm-cov cargo-binstall
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue