1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-04 13:37:46 +02:00

change swift spm example

This commit is contained in:
Vasily Ptitsyn 2022-08-10 00:42:35 +09:00
parent f4278025ab
commit eec1b144c7

View file

@ -623,6 +623,4 @@ whenever possible:
with:
path: .build
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
```