Skip to content

small revs

small revs #4

Workflow file for this run

name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
include:
# - os: windows-latest
# crlf: fix
- os: ubuntu-latest
runs-on: ${{matrix.os}}
steps:
# - name: Force Line Endings for Windows
# if: ${{ matrix.crlf }}
# run: |
# git config --global core.autocrlf false
# git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v3
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- name: Build
run: |
zig version
zig build