Skip to content

Commit 181d118

Browse files
committed
Try to fix actions failure
1 parent 2aab7a0 commit 181d118

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
# setup-swift doesn't support Swift 6 so use the Swift included in macos-latest.
16-
# - name: Set up Swift
17-
# uses: swift-actions/setup-swift@v2
18-
# with:
19-
# swift-version: "6.0.0"
16+
- name: Set up Swift
17+
uses: swift-actions/setup-swift@v2
18+
with:
19+
swift-version: "6.1.0"
2020

2121
- name: Checkout
2222
uses: actions/checkout@v4

0 commit comments

Comments
 (0)