Skip to content

Commit 66ef2e6

Browse files
committed
fix: remove RCT-Folly and SocketRocket from CI pod update (removed in RN 0.84)
1 parent 481d127 commit 66ef2e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ios-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: Install Pod Dependencies
102102
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
103+
run: cd ios && pod --version && pod update MapboxMaps hermes-engine Turf && pod install
104104
env:
105105
CI_MAP_IMPL: ${{ inputs.MAP_IMPL }}
106106
RCT_NEW_ARCH_ENABLED: ${{ inputs.NEW_ARCH && 1 || 0 }}

0 commit comments

Comments
 (0)