We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b64d1b commit fb39a83Copy full SHA for fb39a83
.github/workflows/unit-tests.yml
@@ -58,7 +58,7 @@ jobs:
58
- uses: actions/cache@v3
59
with:
60
path: .build
61
- key: ${{ matrix.os }}-spm-${{ hashFiles('**/Package.resolved') }}
+ key: ${{ matrix.os }}-${{ matrix.swift }}-spm-${{ hashFiles('**/Package.resolved') }}
62
restore-keys: |
63
${{ matrix.os }}-spm-
64
- name: Build
@@ -102,7 +102,7 @@ jobs:
102
103
104
105
106
107
108
0 commit comments