ci: re-enable; update java

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-03-28 03:40:57 +01:00
parent cbabfe1ec0
commit 1b9bdd63b8
1 changed files with 5 additions and 7 deletions

View File

@ -6,8 +6,6 @@ on:
jobs: jobs:
build: build:
if: ${{ false }} # At the moment, we don't want to run this workflow.
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
@ -18,12 +16,12 @@ jobs:
RVX_BUILD_FLAVOUR_ID: ${{ vars.RVX_BUILD_FLAVOUR_ID }} RVX_BUILD_FLAVOUR_ID: ${{ vars.RVX_BUILD_FLAVOUR_ID }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: set up JDK 17 - name: set up JDK 21
uses: actions/setup-java@v3 uses: actions/setup-java@v4
with: with:
java-version: '17' java-version: '21'
distribution: 'temurin' distribution: 'oracle'
cache: gradle cache: gradle