Skip to content

Commit

Permalink
Fix issue where Example app build ignored Xcode version options
Browse files Browse the repository at this point in the history
  • Loading branch information
calda committed Jan 22, 2024
1 parent 59c05e3 commit ad486dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Setup
description: Setup the Lottie iOS CI Environment
description: Setup the Lottie SPM CI Environment
inputs:
xcode:
description: The version of Xcode to select
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
with:
xcode: ${{ matrix.xcode }}
- name: Build Example
run: SKIP_VISION_OS=true bundle exec rake build:example:github_actions

Expand All @@ -70,5 +72,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
with:
xcode: ${{ matrix.xcode }}
- name: Build Example
run: bundle exec rake build:example:github_actions

0 comments on commit ad486dc

Please sign in to comment.