1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00

Update Android CI to use JDK 11.

(cherry picked from commit fe0b673bb3)
This commit is contained in:
Marcel Admiraal
2021-10-09 15:27:11 +01:00
committed by Rémi Verschelde
parent 2f2e2cab01
commit f3b69e3cf4

View File

@@ -26,10 +26,10 @@ jobs:
sudo cp -f misc/ci/sources.list /etc/apt/sources.list
sudo apt-get update
- name: Set up Java 8
- name: Set up Java 11
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 11
- name: Setup Godot build cache
uses: ./.github/actions/godot-cache