Skip to content

Commit

Permalink
Modify ci cache
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Apr 19, 2022
1 parent 04e265f commit 16cf13b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
ci/target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-

- name: Install rust toolchain
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -90,7 +89,7 @@ jobs:
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-

- name: Install rust toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 16cf13b

Please sign in to comment.