From b34f3e8d299dd791d76a05d9975ecd0e864bd408 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 25 May 2020 17:09:10 -0700 Subject: [PATCH] asdf --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f611859..2232a92e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,8 @@ jobs: with: path: ~/.cargo/registry/cache key: registry-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }} + - name: Fetch dependencies + run: cargo fetch - name: Cache target directory uses: actions/cache@v1 with: