We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71522f4 commit 7d768a9Copy full SHA for 7d768a9
.github/workflows/wifi_iot.yaml
@@ -18,6 +18,11 @@ jobs:
18
steps:
19
- name: "Checkout repository"
20
uses: actions/checkout@v2
21
+ - name: "Set up Java"
22
+ uses: actions/setup-java@v2
23
+ with:
24
+ distribution: "temurin"
25
+ java-version: 17
26
- name: "Install Flutter"
27
run: ./.github/workflows/scripts/install-flutter.sh stable
28
- name: "Install Tools"
.github/workflows/wifi_scan.yaml
0 commit comments