From a4ddbded77adf118d349d408c46443d344939cb4 Mon Sep 17 00:00:00 2001 From: fwcd Date: Tue, 3 Sep 2024 21:11:14 +0200 Subject: [PATCH] Use patched setup-swift to fix CI installation of Swift For details, see - https://github.com/swift-actions/setup-swift/issues/591 - https://github.com/swift-actions/setup-swift/pull/680 --- .github/workflows/SwiftPlot_Ubuntu.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/SwiftPlot_Ubuntu.yml b/.github/workflows/SwiftPlot_Ubuntu.yml index 71719e6..81a3842 100644 --- a/.github/workflows/SwiftPlot_Ubuntu.yml +++ b/.github/workflows/SwiftPlot_Ubuntu.yml @@ -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