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 1887f48 commit 507d214Copy full SHA for 507d214
1 file changed
.github/workflows/ios-actions.yml
@@ -100,7 +100,7 @@ jobs:
100
101
- name: Install Pod Dependencies
102
if: steps.pods-cache.outputs.cache-hit != 'true'
103
- run: cd ios && pod --version && pod update MapboxMaps hermes-engine RCT-Folly Turf SocketRocket && pod install
+ run: cd ios && pod --version && pod update MapboxMaps hermes-engine Turf && pod install
104
env:
105
CI_MAP_IMPL: ${{ inputs.MAP_IMPL }}
106
RCT_NEW_ARCH_ENABLED: ${{ inputs.NEW_ARCH && 1 || 0 }}
0 commit comments