We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf59941 + c65b24d commit 8fc1e84Copy full SHA for 8fc1e84
1 file changed
.github/workflows/ios_main.yml
@@ -15,13 +15,6 @@ jobs:
15
- name: pods
16
run: pod install
17
18
- - name: brew
19
- run: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
20
- - name: fix ninja install
21
- run: rm '/usr/local/bin/2to3'
22
- - name: ninja
23
- run: brew install ninja
24
-
25
# https://stackoverflow.com/a/57758679/198996
26
- name: bundler
27
run: gem install bundler:1.17.3
0 commit comments