Skip to content

Uses CPU information instead of currently hard-coded locals #19

Uses CPU information instead of currently hard-coded locals

Uses CPU information instead of currently hard-coded locals #19

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/[email protected]
with:
version: 0.11.0
- name: Build
run: zig build install
- name: Test Suite
run: zig build test