Add JDK and CMake

This commit is contained in:
Mateo Pidal
2021-05-05 20:27:22 -03:00
committed by GitHub
parent ec41f0f292
commit 1c2b30986e

View File

@@ -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'