Skip to content

Commit bfba35d

Browse files
committed
Github actions swift error fix (hopefully)
1 parent 551131a commit bfba35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Set up Swift
22-
uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
22+
uses: SwiftyLab/setup-swift@latest
2323
with:
2424
swift-version: '5.10'
2525

0 commit comments

Comments
 (0)