Skip to content

Commit

Permalink
Update build workflow to use Oracle JDK 17 and Flutter stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaDemchenko committed Aug 13, 2024
1 parent 527d359 commit be0d8ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:
- name: Set Up Java
uses: actions/setup-java@v4
with:
distribution: "openjdk"
distribution: "oracle"
java-version: "17"

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version-file: pubspec.yaml

- name: Get dependencies
run: flutter pub get
Expand Down

0 comments on commit be0d8ff

Please sign in to comment.