Skip to content

Commit

Permalink
select xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
sakul-budhathoki committed Dec 21, 2023
1 parent d048b38 commit f985906
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/mobile-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
runs-on: ${{ matrix.runner }}
continue-on-error: true
steps:
- name: View xcode
- name: Select xcode
if: matrix.platform == 'ios'
run: ls -n /Applications/ | grep Xcode*
run: sudo xcode-select -s /Applications/Xcode.app

- uses: actions/checkout@v3

Expand All @@ -41,15 +41,6 @@ jobs:
cache: "yarn"
node-version: 18

- uses: maxim-lobanov/setup-xcode@v1
if: matrix.platform == 'ios'
with:
xcode-version: latest-stable

- name: View xcode
if: matrix.platform == 'ios'
run: ls -n /Applications/ | grep Xcode*

- name: Fix gitignore
run: node ./cmd/fix-app-build.js

Expand Down

0 comments on commit f985906

Please sign in to comment.