Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a4ddbde

Browse files
committedSep 3, 2024
Use patched setup-swift to fix CI installation of Swift
For details, see - swift-actions/setup-swift#591 - swift-actions/setup-swift#680
1 parent 9549e45 commit a4ddbde

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/SwiftPlot_Ubuntu.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
- name: Install Swift Dependencies
1818
run: sudo apt-get install clang libicu-dev
1919
- name: Install Swift
20-
uses: fwal/setup-swift@v1
20+
# TODO: Use the release version again once
21+
# https://github.com/swift-actions/setup-swift/pull/680
22+
# is merged
23+
uses: swift-actions/setup-swift@bb83339d1e8577741bdc6c65ba551ce7dc0fb854
2124
with:
2225
swift-version: "5.4"
2326
- name: Build

0 commit comments

Comments
 (0)