mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
github actions: remove cache (just caused hangs and failures)
This commit is contained in:
parent
086059c11f
commit
b965bfc116
1 changed files with 0 additions and 8 deletions
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
|
@ -18,14 +18,6 @@ jobs:
|
|||
with:
|
||||
toolchain: stable
|
||||
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
|
||||
run: cargo check
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in a new issue