Skip to content

Commit

Permalink
ci: setup java
Browse files Browse the repository at this point in the history
  • Loading branch information
Anxcye committed Sep 2, 2024
1 parent a8a25cf commit 5e74833
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ jobs:
- name: Get Flutter version
run: flutter --version

- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'
check-latest: true

- name: Install dependencies
run: flutter pub get

Expand Down

0 comments on commit 5e74833

Please sign in to comment.