From cfa6090e6e71f21c437c6e4174bfee6cbb163c87 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Fri, 10 Jun 2022 17:32:38 +1000 Subject: [PATCH] Rm non-existent crate in step "Test" Signed-off-by: Jiahao XU --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 926d6bd6..4efb2cd7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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' }}