Skip to content

Update to Zig 0.17.0 #487

Update to Zig 0.17.0

Update to Zig 0.17.0 #487

Workflow file for this run

name: tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test_zig:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- name: Clone Ziglua
uses: actions/checkout@v3
- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: "master"
- name: Run tests
run: make test