Removed unused dinghy step
This commit is contained in:
parent
9f0d2814d1
commit
dcb24c2552
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue