mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 13:38:43 +00:00
Rm non-existent crate in step "Test"
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
ea71cede42
commit
cfa6090e6e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -103,7 +103,7 @@ jobs:
|
|||
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
|
||||
bins: cbindgen cargo-deb cargo-llvm-cov cargo-binstall
|
||||
|
||||
- name: Create archive (tgz, linux)
|
||||
if: ${{ matrix.os != 'macos-latest' && matrix.os != 'windows-latest' }}
|
||||
|
|
Loading…
Add table
Reference in a new issue