Skip to content

Update chicory, wasm environment and JDK #36

Update chicory, wasm environment and JDK

Update chicory, wasm environment and JDK #36

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 25
- run: ./build-image.sh
- run: ./mvnw dependency:go-offline -B -V
- run: ./mvnw install -B