Skip to content

Add WASM Python host #9

Add WASM Python host

Add WASM Python host #9

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: 21
- run: ./build-image.sh
- run: mvn dependency:go-offline -B -V
- run: mvn install -B