Skip to content

ci: update to 2024.10.0-mach #52

ci: update to 2024.10.0-mach

ci: update to 2024.10.0-mach #52

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
strategy:
fail-fast: false
matrix:
target:
- x86-windows
- aarch64-macos
- arm-linux-gnueabihf
- wasm32-freestanding
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Zig
uses: mlugg/setup-zig@v1
with:
version: 2024.10.0-mach
mirror: 'https://pkg.machengine.org/zig'
- name: Build
run: zig build -Dtarget=${{ matrix.target }}