Browse Source

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

install exact version instead of latest one
Stanislav Shakirov 4 years ago
parent
commit
30d63a1773
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/detox.yml

+ 1
- 1
.github/workflows/detox.yml View File

@@ -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