From f42403c58eecefdcf595404a34a5dc8bff15888d Mon Sep 17 00:00:00 2001 From: MarcoDotIO Date: Tue, 1 Oct 2024 06:44:33 -0400 Subject: [PATCH] fix: use fork that supports swift 6 --- .github/workflows/swift.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 25c9425..c5f1664 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -1,4 +1,5 @@ # TODO: Look into spinning local Sui instance for E2E CI / CD Tests +# TODO: Once an official release is implemented for Swift 6, replace NeedleInAJayStack call with swift-actions name: Swift Build @@ -14,8 +15,8 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v4 - - uses: swift-actions/setup-swift@v2 + - uses: NeedleInAJayStack/setup-swift@4e17dcd69a660eea371d715802c219601e76f50a with: - swift-version: "6.0" + swift-version: "6" - name: Build Phase run: swift build -v