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 f572f5a commit 09f73ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ jobs:
node-version: 22
- name: Install dependecies
run: yarn install
- name: build app
- name: Set up Java JDK
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17
- name: Build android app
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
Expand Down

0 comments on commit 09f73ab

Please sign in to comment.