Skip to content

Commit

Permalink
Update build_example_project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs authored Feb 23, 2024
1 parent 708c534 commit 3ff819a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_example_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ jobs:
- name: Build
if: steps.changes.outputs.src == 'true'
run: |
set -o pipefail\
xcodebuild build\
-project Example/Example.xcodeproj\
-scheme Example\
-sdk iphonesimulator\
-destination "platform=${{ matrix.platform }},name=${{ matrix.destination }},OS=latest"
-destination "platform=${{ matrix.platform }},name=${{ matrix.destination }},OS=latest"\
| xcbeautify --renderer github-actions

0 comments on commit 3ff819a

Please sign in to comment.