We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cadcd6b commit 4ec56a8Copy full SHA for 4ec56a8
1 file changed
.github/workflows/ios_main.yml
@@ -12,13 +12,15 @@ jobs:
12
token: ${{ secrets.PAT_TOMTASCHE }}
13
submodules: true
14
15
- - name: Install pods
+ - name: pods
16
run: pod install
17
- - name: Run build.sh
+ - name: build.sh
18
run: bash build-simulator.sh
19
20
- name: brew
21
run: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
22
+ - name: fix ninja install
23
+ run: rm '/usr/local/bin/2to3'
24
- name: ninja
25
run: brew install ninja
26
# https://stackoverflow.com/a/57758679/198996
0 commit comments