mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
ci: change jdk from jetbrains to temurin in non-release workflows (#4925)
This commit is contained in:
parent
7484cc69b4
commit
da5b28443e
5 changed files with 6 additions and 6 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
uses: actions/setup-java@v5
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'jetbrains'
|
||||
distribution: 'temurin'
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Setup Gradle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue