mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Add key to cache workflow
This commit is contained in:
parent
14a5d1460e
commit
ff06092f80
1 changed files with 1 additions and 0 deletions
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
|
@ -8,6 +8,7 @@ jobs:
|
|||
uses: actions/cache@v3.0.4
|
||||
with:
|
||||
path: target
|
||||
key: target
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue