mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Update check.yml
This commit is contained in:
parent
ff06092f80
commit
37d854c799
1 changed files with 8 additions and 4 deletions
12
.github/workflows/check.yml
vendored
12
.github/workflows/check.yml
vendored
|
@ -4,11 +4,15 @@ jobs:
|
||||||
clippy_check:
|
clippy_check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Cache
|
- uses: actions/cache@v3
|
||||||
uses: actions/cache@v3.0.4
|
|
||||||
with:
|
with:
|
||||||
path: target
|
path: |
|
||||||
key: target
|
~/.cargo/bin/
|
||||||
|
~/.cargo/registry/index/
|
||||||
|
~/.cargo/registry/cache/
|
||||||
|
~/.cargo/git/db/
|
||||||
|
target/
|
||||||
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue