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 4a14b77 commit f1b2d58Copy full SHA for f1b2d58
.github/workflows/build-and-test.yml
@@ -238,6 +238,7 @@ jobs:
238
uses: SwiftyLab/setup-swift@latest
239
with:
240
swift-version: ${{ env.swift-version }}
241
+ cache-snapshot: false # Workaround for https://github.com/SwiftyLab/setup-swift/issues/315
242
243
- uses: compnerd/gha-setup-vsdevenv@main
244
- name: Set up swift (Windows)
.github/workflows/doc-extraction.yml
@@ -46,6 +46,7 @@ jobs:
46
47
48
49
50
51
- name: Install LLVM
52
# 7z doesn't support decompressing from a stream or we'd do this all as one statement. Maybe
0 commit comments