Skip to content

Update to zig master, move uf2 and regz to monorepo #894

Update to zig master, move uf2 and regz to monorepo

Update to zig master, move uf2 and regz to monorepo #894

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [
ubuntu-latest,
windows-latest,
macos-latest,
]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: master
- name: Build
run: zig build -Doptimize=ReleaseSmall
- name: Dry run packaging
run: zig build package -- https://example.com