Skip to content

all: update Zig to version 0.12.0-dev.3161+377ecc6af #85

all: update Zig to version 0.12.0-dev.3161+377ecc6af

all: update Zig to version 0.12.0-dev.3161+377ecc6af #85

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
x86_64-macos:
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: 'true'
- name: Setup Zig
run: |
brew install xz
sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-macos-x86_64-0.12.0-dev.3161+377ecc6af.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: build
run: zig build
env:
AGREE: true