Skip to content

update to latest Zig, clean up libs #5

update to latest Zig, clean up libs

update to latest Zig, clean up libs #5

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- "README.md"
- "LICENSE"
pull_request:
paths-ignore:
- "README.md"
- "LICENSE"
concurrency:
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}
cancel-in-progress: true
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{matrix.os}}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Zig
uses: mlugg/setup-zig@v2
- name: Build
working-directory: ./example
run: zig build