Skip to content

Commit df4472b

Browse files
author
Thomas Taschauer
committed
Merge branch 'development' of github.com:TomTasche/OpenDocument.ios into development
2 parents becd4dc + 4ec56a8 commit df4472b

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/ios_main.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,21 @@ jobs:
66
name: test
77
runs-on: macos-latest
88
steps:
9-
- uses: actions/checkout@v1
10-
- name: Checkout submodule
11-
run: git submodule update --init --recursive
9+
- name: checkout
10+
uses: actions/checkout@v2
11+
with:
12+
token: ${{ secrets.PAT_TOMTASCHE }}
13+
submodules: true
1214

13-
- name: Install pods
15+
- name: pods
1416
run: pod install
15-
- name: Run build.sh
17+
- name: build.sh
1618
run: bash build-simulator.sh
1719

1820
- name: brew
1921
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'
2024
- name: ninja
2125
run: brew install ninja
2226
# https://stackoverflow.com/a/57758679/198996

0 commit comments

Comments
 (0)