1
2
Fork 0
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:
mat 2022-06-29 22:09:07 -05:00
parent 14a5d1460e
commit ff06092f80

View file

@ -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: