mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-08-05 12:28:11 -04:00
ci(setup-deps/windows): install java
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
9565affa64
commit
b196c5d59f
@ -25,6 +25,14 @@ runs:
|
|||||||
arch: ${{ inputs.vcvars-arch }}
|
arch: ${{ inputs.vcvars-arch }}
|
||||||
vsversion: 2022
|
vsversion: 2022
|
||||||
|
|
||||||
|
- name: Setup Java (MSVC)
|
||||||
|
uses: actions/setup-java@v4
|
||||||
|
with:
|
||||||
|
# NOTE(@getchoo): We should probably stay on Zulu.
|
||||||
|
# Temurin doesn't have Java 17 builds for WoA
|
||||||
|
distribution: zulu
|
||||||
|
java-version: 17
|
||||||
|
|
||||||
- name: Setup vcpkg cache (MSVC)
|
- name: Setup vcpkg cache (MSVC)
|
||||||
if: ${{ inputs.msystem == '' && inputs.build-type == 'Debug' }}
|
if: ${{ inputs.msystem == '' && inputs.build-type == 'Debug' }}
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user