Skip to content

And port the Lua 5.2/5.3 bit32 tests #218

And port the Lua 5.2/5.3 bit32 tests

And port the Lua 5.2/5.3 bit32 tests #218

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: 8
distribution: 'temurin'
- name: Build with Gradle
run: ./gradlew build --no-daemon