Skip to content

Commit f1b2d58

Browse files
authored
1 parent 4a14b77 commit f1b2d58

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ jobs:
238238
uses: SwiftyLab/setup-swift@latest
239239
with:
240240
swift-version: ${{ env.swift-version }}
241+
cache-snapshot: false # Workaround for https://github.com/SwiftyLab/setup-swift/issues/315
241242

242243
- uses: compnerd/gha-setup-vsdevenv@main
243244
- name: Set up swift (Windows)

.github/workflows/doc-extraction.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
uses: SwiftyLab/setup-swift@latest
4747
with:
4848
swift-version: ${{ env.swift-version }}
49+
cache-snapshot: false # Workaround for https://github.com/SwiftyLab/setup-swift/issues/315
4950

5051
- name: Install LLVM
5152
# 7z doesn't support decompressing from a stream or we'd do this all as one statement. Maybe

0 commit comments

Comments
 (0)