Skip to content

Commit

Permalink
fix: use fork that supports swift 6
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoDotIO committed Oct 1, 2024
1 parent 750c64c commit f42403c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

0 comments on commit f42403c

Please sign in to comment.