Skip to content

Commit

Permalink
Use patched setup-swift to fix CI installation of Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Sep 3, 2024
1 parent 9549e45 commit a4ddbde
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/SwiftPlot_Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
- name: Install Swift Dependencies
run: sudo apt-get install clang libicu-dev
- name: Install Swift
uses: fwal/setup-swift@v1
# TODO: Use the release version again once
# https://github.com/swift-actions/setup-swift/pull/680
# is merged
uses: swift-actions/setup-swift@bb83339d1e8577741bdc6c65ba551ce7dc0fb854
with:
swift-version: "5.4"
- name: Build
Expand Down

0 comments on commit a4ddbde

Please sign in to comment.