소스 검색

fix(ci) use the right CocoaPods version

factor2
Saúl Ibarra Corretgé 1 년 전
부모
커밋
0ed25cda7e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      .github/workflows/ci.yml

+ 4
- 0
.github/workflows/ci.yml 파일 보기

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

Loading…
취소
저장