fix(ci) use the right CocoaPods version

This commit is contained in:
Saúl Ibarra Corretgé
2024-02-08 14:57:37 +01:00
committed by Saúl Ibarra Corretgé
parent 73ee1205eb
commit 0ed25cda7e

View File

@@ -73,6 +73,10 @@ jobs:
node-version: 16
cache: 'npm'
- run: npm install
- name: setup-cocoapods
uses: maxim-lobanov/setup-cocoapods@v1
with:
podfile-path: ios/Podfile.lock
- name: Install Pods
run: |
pod --version