From 28fbd2cd41fd0c38357375f3cc00c3ca4720bc74 Mon Sep 17 00:00:00 2001 From: Enok <416828041@qq.com> Date: Thu, 14 May 2020 10:43:19 +0800 Subject: [PATCH] revert --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40629b12..80540129 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,10 +62,14 @@ jobs: rustc --version cargo --version + - name: Configure cargo data directory + run: echo "::set-env name=CARGO_HOME::$(pwd)/.cargo_home" + - name: Cache uses: denoland/github-actions-cache@stable-prerelease with: path: |- + .cargo_home target/*/.* target/*/build target/*/deps