Skip to content

Commit a099328

Browse files
authored
Update ci-linux.yml (#16)
1 parent 351d64e commit a099328

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- name: Restore cached SPM dependencies
2828
uses: actions/cache@v3
2929
with:
30-
path: |
31-
.build/repositories
32-
key: ${{ runner.os }}-spm-repos-${{ hashFiles('**/Package.resolved') }}
30+
path: .build
31+
key: swiftpm-${{ runner.os }}-${{ inputs.swift-version }}-${{ hashFiles('Package.swift') }}
3332
restore-keys: |
34-
${{ runner.os }}-spm-repos-
33+
swiftpm-${{ runner.os }}-${{ inputs.swift-version }}-
34+
swiftpm-${{ runner.os }}-
3535
3636
- name: Install dependencies
3737
run: |

0 commit comments

Comments
 (0)