Skip to content

build.zig: roll back to using the 'ig' prefix #18

build.zig: roll back to using the 'ig' prefix

build.zig: roll back to using the 'ig' prefix #18

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@main
- run: |
mkdir build
cd build
cmake ..
cmake --build .