Skip to content

Commit

Permalink
ci: setup JAVA 17
Browse files Browse the repository at this point in the history
  • Loading branch information
daadu authored Dec 12, 2023
1 parent 71522f4 commit 7d768a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wifi_iot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
steps:
- name: "Checkout repository"
uses: actions/checkout@v2
- name: "Set up Java"
uses: actions/setup-java@v2
with:
distribution: "temurin"
java-version: 17
- name: "Install Flutter"
run: ./.github/workflows/scripts/install-flutter.sh stable
- name: "Install Tools"
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/wifi_scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
steps:
- name: "Checkout repository"
uses: actions/checkout@v2
- name: "Set up Java"
uses: actions/setup-java@v2
with:
distribution: "temurin"
java-version: 17
- name: "Install Flutter"
run: ./.github/workflows/scripts/install-flutter.sh stable
- name: "Install Tools"
Expand Down

0 comments on commit 7d768a9

Please sign in to comment.