Skip to content

Commit

Permalink
chore(): build.yml tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawqss committed Sep 16, 2024
1 parent 3bc23ce commit 626eb6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- name: Install dependencies
run: |
npm install
npx pod-install # For iOS pods, useful to install native dependencies
- name: Set up Java JDK
uses: actions/setup-java@v3
with:
Expand All @@ -25,7 +24,7 @@ jobs:
- name: Install Android SDK
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 31
api-level: 33
script: ./gradlew build
- name: Build Android app
run: |
Expand Down

0 comments on commit 626eb6c

Please sign in to comment.