Skip to content

updated to 0.11.0 released #10

updated to 0.11.0 released

updated to 0.11.0 released #10

Workflow file for this run

name: Zig Build
on:
push:
branches:
- zig-pkg
pull_request:
schedule:
- cron: '0 0 1 * *'
jobs:
build:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.11.0
- name: Build Summary
run: zig build -DTests --summary all -freference-trace