From d7b30a5dfb1d7880a0ed2f1fe9dfdcb483193315 Mon Sep 17 00:00:00 2001 From: Mathieu Baudet <1105398+ma2bd@users.noreply.github.com> Date: Wed, 18 Dec 2024 01:16:24 +0100 Subject: [PATCH] new attempt to fix CI --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc9041111..2eb304358 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -93,7 +93,10 @@ jobs: sdk: 2.14.0 - name: Setup Additional Languages (swift) - uses: swift-actions/setup-swift@v2 + # 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: # older swift versions are having gpg issues https://github.com/swift-actions/setup-swift/issues/520 swift-version: "5.7"