0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-19 19:42:20 +02:00

Update GitHub FlorisBoard CI workflow for new build config

This commit is contained in:
Patrick Goldinger 2023-05-01 18:34:20 +02:00
parent c158eabedc
commit 8a2189c763
No known key found for this signature in database
GPG Key ID: 533467C3DC7B9262

View File

@ -24,13 +24,13 @@ jobs:
- uses: gradle/wrapper-validation-action@v1
- name: Checkout submodules
run: git submodule update --init --recursive
- name: set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: temurin
cache: gradle
- name: Setup CMake and Ninja
- name: Set up CMake and Ninja
uses: lukka/get-cmake@latest
- name: Build with Gradle
# MUST call gradlew separately because of an OSS license plugin issue.