We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f508d7 commit 23baee7Copy full SHA for 23baee7
1 file changed
.github/workflows/ios_main.yml
@@ -7,17 +7,17 @@ jobs:
7
runs-on: macos-latest
8
strategy:
9
matrix:
10
- destination: ['platform=iOS Simulator,OS=13.1,name=iPhone 11']
+ destination: ['platform=iOS Simulator']
11
scheme: [OpenDocumentReader]
12
steps:
13
- uses: actions/checkout@v1
14
- name: Checkout submodule
15
- run: git submodule sync --recursive && git submodule update --init --recursive
+ run: git submodule update --init --recursive
16
- name: Install pods
17
run: pod install
18
- name: Run build.sh
19
run: bash build.sh
20
- - name: Build and test
+ - name: Build
21
run: |
22
xcodebuild clean build -workspace OpenDocumentReader.xcworkspace -scheme "${scheme}" -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
23
env:
0 commit comments