Browse Source

fix(ci) use the right CocoaPods version

factor2
Saúl Ibarra Corretgé 1 year ago
parent
commit
0ed25cda7e
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      .github/workflows/ci.yml

+ 4
- 0
.github/workflows/ci.yml View File

73
         node-version: 16
73
         node-version: 16
74
         cache: 'npm'
74
         cache: 'npm'
75
     - run: npm install
75
     - run: npm install
76
+    - name: setup-cocoapods
77
+      uses: maxim-lobanov/setup-cocoapods@v1
78
+      with:
79
+        podfile-path: ios/Podfile.lock
76
     - name: Install Pods
80
     - name: Install Pods
77
       run: |
81
       run: |
78
         pod --version
82
         pod --version

Loading…
Cancel
Save