Skip to content

Commit 6935b92

Browse files
committed
chroe: CI - update runnable jdk version
Signed-off-by: Caijinglong <[email protected]>
1 parent 35fa737 commit 6935b92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/runnable.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v4
44+
- uses: actions/setup-java@v4
45+
with:
46+
distribution: "corretto"
47+
java-version: "17"
4448
- uses: subosito/flutter-action@v2
4549
with:
4650
channel: "stable"

0 commit comments

Comments
 (0)