Skip to content

fix: build script for windows targets #41

fix: build script for windows targets

fix: build script for windows targets #41

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: install zig
uses: weskoerber/setup-zig@main
- name: checkout
uses: actions/checkout@v4
- name: test
run: zig build test