Skip to content

fix: don't set a file filter when loading a book on macOS #30

fix: don't set a file filter when loading a book on macOS

fix: don't set a file filter when loading a book on macOS #30

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- run: ./gradlew chiseledBuild