Skip to content

Commit 11baf5b

Browse files
committed
Remove caching in os-check
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent dc9b02f commit 11baf5b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/os-check.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ jobs:
3333
uses: actions-rs/cargo@v1
3434
with:
3535
command: update
36-
- uses: actions/cache@v3
37-
with:
38-
path: |
39-
~/.cargo/bin/
40-
~/.cargo/registry/index/
41-
~/.cargo/registry/cache/
42-
~/.cargo/git/db/
43-
target/
44-
key: ${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}-os-check-v0
4536
- name: cargo test
4637
uses: actions-rs/cargo@v1
4738
with:

0 commit comments

Comments
 (0)