Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
manyuanrong committed May 14, 2020
1 parent 633534a commit 28fbd2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28fbd2c

Please sign in to comment.