Skip to content

Commit

Permalink
ci: change app build to use java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Mar 2, 2024
1 parent f842858 commit f581008
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,14 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

- name: Setup Android SDK
uses: android-actions/setup-android@v2
uses: android-actions/setup-android@v3

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit f581008

Please sign in to comment.