diff options
| author | mat <github@matdoes.dev> | 2022-06-29 22:09:07 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-29 22:09:07 -0500 |
| commit | ff06092f808792c9d6046c574fe238b403a82791 (patch) | |
| tree | 44fc3b742fee37b9998b132fd6826527f3b24e69 | |
| parent | 14a5d1460e7ba24b883e9f9499fc8343fb602c17 (diff) | |
| download | azalea-drasl-ff06092f808792c9d6046c574fe238b403a82791.tar.xz | |
Add key to cache workflow
| -rw-r--r-- | .github/workflows/check.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 43aae8e1..fe60ffd2 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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: |
