Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Sep 28, 2023
1 parent 3e603a7 commit 02eaf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:

- name: Build iOS
run: |
xcodebuild clean build -project "Example/Example.xcodeproj" -scheme "Example" | xcpretty
xcodebuild clean build -project "AppExample/Example.xcodeproj" -scheme "Example" | xcpretty
env:
destination: ${{ matrix.iosDestination }}

0 comments on commit 02eaf31

Please sign in to comment.