Skip to content

More accurate GenLayer decompilation fix #552

More accurate GenLayer decompilation fix

More accurate GenLayer decompilation fix #552

Workflow file for this run

name: Check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup JDK 17
uses: actions/setup-java@v5
with:
java-version: 17
distribution: temurin
cache: gradle
- name: Set Git identity
run: |
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
git config --global init.defaultBranch master
- name: Setup build environment
run: ./panda setup
- name: Apply patches
run: ./panda patch
- name: Build
run: ./gradlew build