Fix typo in step "Test installing bins"

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

View file

@ -90,7 +90,7 @@ jobs:
run: cp target/${{ matrix.target }}/release/${{ matrix.output }} ${{ matrix.output }}
- name: Test installing bins
run: for bin in $bins; do ./${{ matrix.output }} cargo-binstall --no-confirm $bin; $done
run: for bin in $bins; do ./${{ matrix.output }} cargo-binstall --no-confirm $bin; done
env:
bins: cargo-bindgen cbindgen cargo-deb cargo-llvm-cov cargo-binstall