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 7f0e73b commit f28eb29Copy full SHA for f28eb29
.github/workflows/cont_integration.yml
@@ -30,12 +30,12 @@ jobs:
30
run: echo "${{ matrix.rust.version }} ${{ matrix.features }}" | tee .cache_key
31
- name: cache
32
uses: actions/cache@v3
33
- with:
34
- path: |
35
- ~/.cargo/registry
36
- ~/.cargo/git
37
- target
38
- key: ${{ runner.os }}-cargo-${{ hashFiles('.cache_key') }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
+ with:
+ path: |
+ ~/.cargo/registry
+ ~/.cargo/git
+ target
+ key: ${{ runner.os }}-cargo-${{ hashFiles('.cache_key') }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
39
- name: Set default toolchain
40
run: rustup default ${{ matrix.rust.version }}
41
- name: Set profile
0 commit comments