Skip to content

Commit 23454f9

Browse files
committed
install swift 5.5
1 parent d8723d2 commit 23454f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
runs-on: ${{ (matrix.script == 'package:release' && 'macos-11') || 'macos-12' }}
3030
steps:
3131
- uses: actions/checkout@v3
32+
- name: Setup Swift
33+
uses: swift-actions/setup-swift@v1
34+
with:
35+
swift-version: '5.5'
36+
- name: Get Swift Version
37+
run: swift --version
3238
- name: Setup Ruby
3339
uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
3440
- name: Cache Gems

0 commit comments

Comments
 (0)