Skip to content

Commit f013410

Browse files
committed
fix: gituhb workflow
1 parent 3412eb2 commit f013410

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
${{ runner.os }}-cocoapods-
143143
144144
- name: Install cocoapods
145-
if: env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'
145+
if: env.turbo_cache_hit != 1
146146
run: |
147147
cd example/ios
148148
pod install

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ PODS:
944944
- React-Mapbuffer (0.73.6):
945945
- glog
946946
- React-debug
947-
- react-native-detect-frida (0.1.6):
947+
- react-native-detect-frida (0.1.7):
948948
- glog
949949
- RCT-Folly (= 2022.05.16.00)
950950
- React-Core
@@ -1351,7 +1351,7 @@ SPEC CHECKSUMS:
13511351
React-jsinspector: 85583ef014ce53d731a98c66a0e24496f7a83066
13521352
React-logger: 55764cd993880c6f887505854581c9faf68feff2
13531353
React-Mapbuffer: 15dfcfeb4428d8799cce75e7fe85b18b706029e0
1354-
react-native-detect-frida: bcde86b231319f29e36048934eb69a9e76f5b43a
1354+
react-native-detect-frida: 83e727ee6957dfdeae95e7a045a2fb10976e90a3
13551355
React-nativeconfig: b4d4e9901d4cabb57be63053fd2aa6086eb3c85f
13561356
React-NativeModulesApple: 541d64309a3037060cc416db5c8a63ee5884048e
13571357
React-perflogger: 5f49905de275bac07ac7ea7f575a70611fa988f2

0 commit comments

Comments
 (0)