Skip to content

Commit

Permalink
fix pod lint in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sojingle committed Nov 20, 2024
1 parent ac30138 commit c256a7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
run: |
sudo xcode-select -switch /Applications/Xcode_15.2.app
# Install missing sdk for pod lint
# Remove this step after the runner upgraded to macos-15
- name: Install visionOS simulator
run: xcodebuild -downloadPlatform visionOS -quiet

- name: Validate Podfile
run: pod lib lint --allow-warnings

Expand Down

0 comments on commit c256a7f

Please sign in to comment.