mirror of
https://github.com/actions/cache.git
synced 2025-05-23 17:31:46 +00:00
change swift spm example
This commit is contained in:
parent
f4278025ab
commit
eec1b144c7
@ -623,6 +623,4 @@ whenever possible:
|
|||||||
with:
|
with:
|
||||||
path: .build
|
path: .build
|
||||||
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
|
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-spm-
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user