Skip to content

Add WASM Python host #4

Add WASM Python host

Add WASM Python host #4

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 install -B -V