Rm non-existent crate in step "Test"

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-10 17:32:38 +10:00
parent ea71cede42
commit cfa6090e6e
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -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' }}