Skip to content

Commit

Permalink
fix: ios ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar committed Nov 27, 2024
1 parent ffcd5c3 commit 11dc419
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ jobs:
node-version: [18, 20]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: 17
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down Expand Up @@ -111,7 +112,7 @@ jobs:
- name: Install Podfiles
run: cd example && npx pod-install
- name: Build example app
run: yarn ios
run: yarn ios --no-packager
macos:
runs-on: macos-latest
strategy:
Expand All @@ -134,4 +135,4 @@ jobs:
- name: Install Podfiles
run: cd example/macos && npx pod-install
- name: Build example app
run: yarn macos
run: yarn macos --no-packager

0 comments on commit 11dc419

Please sign in to comment.