Skip to content

Commit

Permalink
install java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
ueman committed Jul 1, 2024
1 parent b800718 commit 0e52862
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand Down

0 comments on commit 0e52862

Please sign in to comment.