Skip to content

Commit ba55b3e

Browse files
committed
🔧
1 parent 4e295a9 commit ba55b3e

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,7 @@ jobs:
3737

3838
- name: Install CocoaPods
3939
working-directory: apps/example/ios
40-
run: |
41-
HASH_FILE="/tmp/.podfile-lock-hash"
42-
CURRENT_HASH=$(shasum Podfile.lock | cut -d' ' -f1)
43-
if [ -f "$HASH_FILE" ] && [ "$(cat "$HASH_FILE")" = "$CURRENT_HASH" ] && [ -d "Pods" ]; then
44-
echo "Podfile.lock unchanged and Pods exists — skipping pod install"
45-
else
46-
pod install
47-
echo "$CURRENT_HASH" > "$HASH_FILE"
48-
fi
40+
run: pod install
4941

5042
- name: Ensure Metro port is free
5143
run: |

0 commit comments

Comments
 (0)