From dcb24c2552b0ab407dbf6c120984ac58d233ded1 Mon Sep 17 00:00:00 2001 From: Sebastian Imlay Date: Sun, 21 Aug 2022 19:49:56 -0400 Subject: [PATCH] Removed unused dinghy step --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5e304c..afa56e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,10 +85,6 @@ jobs: with: 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-rs/toolchain@v1 with: