mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
build: switch Java distribution from Zulu to JetBrains in GitHub Actions (#4838)
This commit is contained in:
parent
3263b0614f
commit
1e9e838025
6 changed files with 9 additions and 9 deletions
2
.github/workflows/dependency-submission.yml
vendored
2
.github/workflows/dependency-submission.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-java@v5
|
||||
with:
|
||||
distribution: zulu
|
||||
distribution: jetbrains
|
||||
java-version: 17
|
||||
|
||||
- name: Generate and submit dependency graph
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue