Skip to content

Commit 4ec56a8

Browse files
authored
fix ninja install
1 parent cadcd6b commit 4ec56a8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ios_main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ jobs:
1212
token: ${{ secrets.PAT_TOMTASCHE }}
1313
submodules: true
1414

15-
- name: Install pods
15+
- name: pods
1616
run: pod install
17-
- name: Run build.sh
17+
- name: build.sh
1818
run: bash build-simulator.sh
1919

2020
- name: brew
2121
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'
2224
- name: ninja
2325
run: brew install ninja
2426
# https://stackoverflow.com/a/57758679/198996

0 commit comments

Comments
 (0)