Skip to content

Commit 5aa77fa

Browse files
committed
try another java distro
1 parent e3b77ab commit 5aa77fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/flutterci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
- uses: actions/checkout@v2
1616

1717
# Step 2: Setup Java with version 12.x
18-
- uses: actions/setup-java@v1
18+
- uses: actions/setup-java@v4
1919
with:
20+
distribution: "temurin"
2021
java-version: "17.x"
2122

2223
# Step 3: Setup Flutter with version 3.7.11

0 commit comments

Comments
 (0)