[github] Remove unnecessary Java 11 setup for actions

Java 11 is used by default.

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2022-09-24 23:10:19 +02:00 committed by Viktor Govako
parent 4050cb5e09
commit 127ff2a859
3 changed files with 0 additions and 15 deletions

View file

@ -38,11 +38,6 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y ninja-build
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Checkout sources
uses: actions/checkout@v2
with:

View file

@ -41,11 +41,6 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y ninja-build
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Install Google SDK
uses: google-github-actions/setup-gcloud@v0

View file

@ -74,11 +74,6 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y ninja-build
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Checkout sources
uses: actions/checkout@v2
with: