Skip to content

fix: disable WAFL mode by default #14

fix: disable WAFL mode by default

fix: disable WAFL mode by default #14

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
version: "17"
- name: Set up Zig
uses: mlugg/setup-zig@v1
- name: Run `build`
run: zig build -Doptimize=ReleaseFast