Skip to content

Commit

Permalink
ci: setup java
Browse files Browse the repository at this point in the history
  • Loading branch information
YC committed Jul 4, 2024
1 parent ddf9526 commit d632048
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '17'

- uses: subosito/flutter-action@v2
with:
flutter-version: '3.x'
Expand Down

0 comments on commit d632048

Please sign in to comment.