Skip to content

Start on scripting and off-thread requests of the graphics system 🥳 #389

Start on scripting and off-thread requests of the graphics system 🥳

Start on scripting and off-thread requests of the graphics system 🥳 #389

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21
- run: ./gradlew build