mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-25 04:44:59 +00:00
Add JDK and CMake
This commit is contained in:
12
.github/workflows/qt.yml
vendored
12
.github/workflows/qt.yml
vendored
@@ -73,3 +73,15 @@ jobs:
|
||||
shell: cmd
|
||||
run: |
|
||||
installer.exe -v --script nonInteractive.qs --silent
|
||||
|
||||
- name: Setup CMake
|
||||
uses: jwlawson/actions-setup-cmake@v1.8
|
||||
with:
|
||||
cmake-version: '3.16.x'
|
||||
|
||||
- name: Setup JDK
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'zulu' # See 'Supported distributions' for available options
|
||||
java-version: '8'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user