Skip to content

Commit 7d768a9

Browse files
authored
ci: setup JAVA 17
1 parent 71522f4 commit 7d768a9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/wifi_iot.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
steps:
1919
- name: "Checkout repository"
2020
uses: actions/checkout@v2
21+
- name: "Set up Java"
22+
uses: actions/setup-java@v2
23+
with:
24+
distribution: "temurin"
25+
java-version: 17
2126
- name: "Install Flutter"
2227
run: ./.github/workflows/scripts/install-flutter.sh stable
2328
- name: "Install Tools"

.github/workflows/wifi_scan.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
steps:
1919
- name: "Checkout repository"
2020
uses: actions/checkout@v2
21+
- name: "Set up Java"
22+
uses: actions/setup-java@v2
23+
with:
24+
distribution: "temurin"
25+
java-version: 17
2126
- name: "Install Flutter"
2227
run: ./.github/workflows/scripts/install-flutter.sh stable
2328
- name: "Install Tools"

0 commit comments

Comments
 (0)