We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6aff1 commit 0760a35Copy full SHA for 0760a35
.github/workflows/windowsci.yml
@@ -7,22 +7,6 @@ jobs:
7
name: Windows CI
8
runs-on: windows-latest
9
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
17
18
- path: ~/.cargo/git
19
- key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
20
- - name: Cache cargo build
21
22
23
- path: target
24
- key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
25
-
26
- uses: actions/checkout@v2
27
- name: Install latest stable toolchain
28
uses: actions-rs/toolchain@v1
0 commit comments