Skip to content

Commit

Permalink
Changed develop build to use java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
anttileppa committed Apr 24, 2024
1 parent f9c23d1 commit 922f13b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/develop-build-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
submodules: true
fetch-depth: 0
ref: ${{ needs.bumpVersion.outputs.commit_sha }}
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Build APK
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 922f13b

Please sign in to comment.