Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams authored Sep 18, 2024
1 parent 4a14b77 commit f1b2d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ jobs:
uses: SwiftyLab/setup-swift@latest
with:
swift-version: ${{ env.swift-version }}
cache-snapshot: false # Workaround for https://github.com/SwiftyLab/setup-swift/issues/315

- uses: compnerd/gha-setup-vsdevenv@main
- name: Set up swift (Windows)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/doc-extraction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: SwiftyLab/setup-swift@latest
with:
swift-version: ${{ env.swift-version }}
cache-snapshot: false # Workaround for https://github.com/SwiftyLab/setup-swift/issues/315

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

0 comments on commit f1b2d58

Please sign in to comment.