소스 검색

chore(buildtools): Use fixed version of cocoapods gem on ci (#1006)

install exact version instead of latest one
Stanislav Shakirov 4 년 전
부모
커밋
30d63a1773
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      .github/workflows/detox.yml

+ 1
- 1
.github/workflows/detox.yml 파일 보기

@@ -15,6 +15,6 @@ jobs:
15 15
       - name: Setup - Install NPM Dependencies
16 16
         run: yarn
17 17
       - name: Setup - Install CocoaPods CLI
18
-        run: sudo gem install cocoapods
18
+        run: sudo gem install cocoapods -v 1.8.4
19 19
       - name: Run tests
20 20
         run: yarn ci