Skip to content

Commit 2dc1214

Browse files
committed
wip set up JDK 17
1 parent 8a84101 commit 2dc1214

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88
steps:
99
- uses: actions/checkout@v3
1010

11+
- name: Set up JDK
12+
uses: actions/setup-java@v1
13+
with:
14+
java-version: 17
15+
1116
- name: Clone Flutter SDK
1217
# We can't do a depth-1 clone, because we need the most recent tag
1318
# so that Flutter knows its version and sees the constraint in our

0 commit comments

Comments
 (0)