summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2020-05-25 17:09:10 -0700
committerSteven Fackler <sfackler@gmail.com>2020-05-25 17:36:45 -0700
commitb34f3e8d299dd791d76a05d9975ecd0e864bd408 (patch)
tree7ec961bc165c89ed63b1e8ba09f011854c0d9e8d /.github/workflows
parent1b64b68ac44bfe7a33b234e10684c3d9552a7538 (diff)
downloadrust-openssl-b34f3e8d299dd791d76a05d9975ecd0e864bd408.zip
asdf
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
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: