github actions: remove cache (just caused hangs and failures)
This commit is contained in:
parent
086059c11f
commit
b965bfc116
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
@ -18,14 +18,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
- uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
.cargo_home
|
|
||||||
target
|
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
|
||||||
- name: Configure cargo data directory
|
|
||||||
run: echo "::set-env name=CARGO_HOME::$(pwd)/.cargo_home"
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo check
|
run: cargo check
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
Loading…
Reference in New Issue
Block a user