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 f6e2398 commit 134969fCopy full SHA for 134969f
.github/workflows/release.yml
@@ -96,7 +96,7 @@ jobs:
96
uses: actions/cache@v4
97
with:
98
path: .build
99
- key: ${{ runner.os }}-swift-${{ env.SWIFT_VERSION }}-${{ hashFiles('**/Package.resolved') }}
+ key: ${{ runner.os }}-swift-${{ env.SWIFT_VERSION }}-${{ env.PRODUCT_EXECUTABLE }}
100
restore-keys: |
101
${{ runner.os }}-swift-${{ env.SWIFT_VERSION }}-
102
- name: Cache Swiftly toolchains
0 commit comments