parent
9a15ed621f
commit
6b88f08d7e
|
@ -13,6 +13,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
misc/git_scripts/common_submodule_init_without_chibios.sh
|
misc/git_scripts/common_submodule_init_without_chibios.sh
|
||||||
|
|
||||||
|
# as of 2025 TS unfortunately still uses java 8
|
||||||
|
# we use JDK11 but sourceCompatibility/targetCompatibility 8 so that rusEFI TS plugin is compatible with TS
|
||||||
|
# [tag:java8]
|
||||||
- uses: actions/setup-java@v4
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
|
|
Loading…
Reference in New Issue