mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 13:15:08 +08:00
Fix android compile failures due to invalid java version
See https://github.com/ppy/osu-framework/pull/6057.
This commit is contained in:
parent
c98be5823d
commit
aa72407065
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -108,6 +108,12 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Setup JDK 11
|
||||||
|
uses: actions/setup-java@v3
|
||||||
|
with:
|
||||||
|
distribution: microsoft
|
||||||
|
java-version: 11
|
||||||
|
|
||||||
- name: Install .NET 6.0.x
|
- name: Install .NET 6.0.x
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user