Skip to content

Commit e50fefe

Browse files
authored
Merge pull request #48 from p-x9/feature/update-ci-swift-install
Fix step for swift install in CI for Linux
2 parents 4b0758d + e0bc3e7 commit e50fefe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Install Swift
44-
uses: slashmo/install-swift@v0.4.0
44+
uses: swift-actions/setup-swift@v2
4545
with:
46-
version: swift-5.9-RELEASE
46+
swift-version: '5.10.1'
4747

4848
- uses: actions/checkout@v4
4949

0 commit comments

Comments
 (0)