Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaafanador3 committed Jan 16, 2024
1 parent f01c2e9 commit 07bfd89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ jobs:
uses: actions/checkout@v4
- name: Select Xcode Version
run: sudo xcode-select -switch /Applications/Xcode_${{ matrix.xcode-version }}.app
- name: Download visionOS if available
if: ${{ matrix.platform == 'visionos' }} || ${{ matrix.platform == 'visionossimulator' }}
run: xcodebuild -downloadPlatform visionOS
- name: Create framework
run: |
sh -x build.sh release-package-build_${{ matrix.platform }}-${{ matrix.xcode-version }}-${{ matrix.target }}-${{ matrix.configuration }}
Expand Down

0 comments on commit 07bfd89

Please sign in to comment.