Skip to content

Commit f518594

Browse files
authored
Update build_test.yml
1 parent 489feee commit f518594

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
os: [ubuntu-latest]
3030
steps:
3131
- uses: actions/checkout@v4
32-
- name: Set up JDK 17
32+
- name: Set up JDK 21
3333
uses: actions/setup-java@v3
3434
with:
35-
java-version: '17'
35+
java-version: '21'
3636
distribution: 'temurin'
3737
- uses: subosito/flutter-action@v2
3838
with:
3939
channel: stable
4040
- run: flutter pub get
41-
- run: cd example; flutter build apk --debug
41+
- run: cd example; flutter build apk

0 commit comments

Comments
 (0)