Skip to content

Commit 0760a35

Browse files
committed
remove caching from Win workflow
1 parent 6e6aff1 commit 0760a35

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/windowsci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,6 @@ jobs:
77
name: Windows CI
88
runs-on: windows-latest
99
steps:
10-
- name: Cache cargo registry
11-
uses: actions/cache@v1
12-
with:
13-
path: ~/.cargo/registry
14-
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
15-
- name: Cache cargo index
16-
uses: actions/cache@v1
17-
with:
18-
path: ~/.cargo/git
19-
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
20-
- name: Cache cargo build
21-
uses: actions/cache@v1
22-
with:
23-
path: target
24-
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
25-
2610
- uses: actions/checkout@v2
2711
- name: Install latest stable toolchain
2812
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)