Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

use Java 22's foreign function API for Windows #19

use Java 22's foreign function API for Windows

use Java 22's foreign function API for Windows #19

Workflow file for this run

name: Linux build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: [ ubuntu-latest, windows-latest ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK 22
uses: actions/setup-java@v2
with:
java-version: '22'
distribution: 'temurin'
- name: Run tests
run: sbt test