Skip to content

fix: make build compatible with zig 0.14.0-dev.1671+085cc54aa #26

fix: make build compatible with zig 0.14.0-dev.1671+085cc54aa

fix: make build compatible with zig 0.14.0-dev.1671+085cc54aa #26

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
- unicode
push:
branches:
- main
- ci
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup zig
uses: mlugg/setup-zig@v1
with:
version: master
- name: Build and test
run: zig build test