mirror of
https://github.com/actions/runner-images.git
synced 2026-01-07 02:28:54 +08:00
[Ubuntu] Add java dependent tools back to ubuntu 22 (#5618)
* Get back kotlin and selenium * Get back leiningen and android tools
This commit is contained in:
@@ -290,7 +290,9 @@ build {
|
||||
"${path.root}/scripts/installers/java-tools.sh",
|
||||
"${path.root}/scripts/installers/kubernetes-tools.sh",
|
||||
"${path.root}/scripts/installers/oc.sh",
|
||||
"${path.root}/scripts/installers/leiningen.sh",
|
||||
"${path.root}/scripts/installers/miniconda.sh",
|
||||
"${path.root}/scripts/installers/kotlin.sh",
|
||||
"${path.root}/scripts/installers/mysql.sh",
|
||||
"${path.root}/scripts/installers/sqlpackage.sh",
|
||||
"${path.root}/scripts/installers/nginx.sh",
|
||||
@@ -306,10 +308,12 @@ build {
|
||||
"${path.root}/scripts/installers/rust.sh",
|
||||
"${path.root}/scripts/installers/julia.sh",
|
||||
"${path.root}/scripts/installers/sbt.sh",
|
||||
"${path.root}/scripts/installers/selenium.sh",
|
||||
"${path.root}/scripts/installers/terraform.sh",
|
||||
"${path.root}/scripts/installers/packer.sh",
|
||||
"${path.root}/scripts/installers/vcpkg.sh",
|
||||
"${path.root}/scripts/installers/dpkg-config.sh",
|
||||
"${path.root}/scripts/installers/android.sh",
|
||||
"${path.root}/scripts/installers/yq.sh",
|
||||
"${path.root}/scripts/installers/pypy.sh",
|
||||
"${path.root}/scripts/installers/python.sh",
|
||||
|
||||
Reference in New Issue
Block a user