We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730d421 commit 99372ebCopy full SHA for 99372eb
1 file changed
.github/workflows/codeql.yml
@@ -212,6 +212,13 @@ jobs:
212
# key: ${{ runner.os }}-cocoapods-${{ hashFiles('example/ios/Podfile.lock') }}
213
# restore-keys: |
214
# ${{ 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
222
223
- name: Install cocoapods
224
if: env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'
0 commit comments