Skip to content

Commit 98c0428

Browse files
authored
Fix SPM cache dir on CI (#62)
1 parent f380d39 commit 98c0428

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- name: Get SwiftPM cache
2020
uses: actions/cache@v2
2121
with:
22-
path: Tools/.build
23-
key: ${{ runner.os }}-0-spm-${{ hashFiles('Package.resolved') }}
24-
restore-keys: ${{ runner.os }}-0-spm
22+
path: .build
23+
key: ${{ runner.os }}-1-spm-${{ hashFiles('Package.resolved') }}
24+
restore-keys: ${{ runner.os }}-1-spm
2525

2626
- name: Validate format
2727
run: |

0 commit comments

Comments
 (0)