Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pods-
- name: CocoaPods
if: steps.cocoapods-cache.outputs.cache-hit != 'true'
run: cd ios && yarn && pod install
- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_14.2.app && /usr/bin/xcodebuild -version
Expand Down