Removed unused dinghy step

This commit is contained in:
Sebastian Imlay 2022-08-21 19:49:56 -04:00
parent 9f0d2814d1
commit dcb24c2552

View file

@ -85,10 +85,6 @@ jobs:
with: with:
crate: cargo-dinghy crate: cargo-dinghy
- name: Install Cargo Dinghy
if: matrix.dinghy && steps.extern-cache.outputs.cache-hit != 'true'
run: cargo install cargo-dinghy --version=^0.6.0 --root=$HOME/extern --target=x86_64-apple-darwin
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with: