Skip to content

Commit fedaf63

Browse files
committed
Fixed android build job
1 parent c4971d0 commit fedaf63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-java@v4
1515
with:
1616
distribution: 'zulu'
17-
java-version: '11'
17+
java-version: '17'
1818
- uses: kuhnroyal/flutter-fvm-config-action/setup@v3
1919
- run: flutter pub get
2020
working-directory: example

0 commit comments

Comments
 (0)