File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 5353
5454 - name : Install pods
5555 working-directory : example
56+ env :
57+ COCOAPODS_DISABLE_CHECKSUM : true
5658 run : |
5759 gem update cocoapods xcodeproj
58- pod install --project-directory=ios || (rm -rf ~/Library/Caches/CocoaPods && pod cache clean --all && COCOAPODS_DISABLE_CHECKSUM=true pod install --project-directory=ios)
60+ pod install --project-directory=ios || (rm -rf ~/Library/Caches/CocoaPods && pod cache clean --all && pod install --project-directory=ios)
5961
6062 - name : Install applesimutils
6163 run : |
Original file line number Diff line number Diff line change 7676
7777 - name : Install pods
7878 working-directory : example
79+ env :
80+ COCOAPODS_DISABLE_CHECKSUM : true
7981 run : |
8082 gem update cocoapods xcodeproj
81- pod install --project-directory=ios || (rm -rf ~/Library/Caches/CocoaPods && pod cache clean --all && COCOAPODS_DISABLE_CHECKSUM=true pod install --project-directory=ios)
83+ pod install --project-directory=ios || (rm -rf ~/Library/Caches/CocoaPods && pod cache clean --all && pod install --project-directory=ios)
8284
8385 - name : Install applesimutils
8486 run : |
You can’t perform that action at this time.
0 commit comments