Skip to content

Commit 99372eb

Browse files
swift version mismatch?
1 parent 730d421 commit 99372eb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,13 @@ jobs:
212212
# key: ${{ runner.os }}-cocoapods-${{ hashFiles('example/ios/Podfile.lock') }}
213213
# restore-keys: |
214214
# ${{ runner.os }}-cocoapods-
215+
- name: setup swift
216+
uses: swift-actions/setup-swift@v2
217+
with:
218+
swift-version: "6.0"
219+
220+
- name: verify swift version
221+
run: swift --version
215222

216223
- name: Install cocoapods
217224
if: env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)