Skip to content

Commit 5c5b7f0

Browse files
committed
Include linux matrix configuration in cache key
1 parent c13666b commit 5c5b7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/cache@v2
7373
with:
7474
path: .build
75-
key: ${{ runner.os }}-${{matrix.linux}}-spm-${{ hashFiles('Package.resolved') }}
75+
key: ${{ runner.os }}-${{matrix.linux}}-${{matrix.configuration}}-spm-${{ hashFiles('Package.resolved') }}
7676
- name: Check Swift version
7777
run: swift --version
7878
- name: Release Build

0 commit comments

Comments
 (0)