We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182ee92 commit c5eda6fCopy full SHA for c5eda6f
.github/workflows/CD.yml
@@ -15,6 +15,7 @@ jobs:
15
16
- name: Prepare Env
17
run: |
18
+ sudo xcode-select -s "/Applications/Xcode_12.2.app"
19
brew install graphicsmagick imagemagick
20
npm install --global create-dmg
21
pod install
.github/workflows/main.yml
@@ -14,6 +14,7 @@ jobs:
14
- name: Check Strings
Podfile.lock
@@ -21,4 +21,4 @@ SPEC CHECKSUMS:
22
PODFILE CHECKSUM: 22fb3be5551e27fe258163b49feb9a2f4a36b073
23
24
-COCOAPODS: 1.9.3
+COCOAPODS: 1.10.0
0 commit comments