Skip to content

all: update Zig to version 0.14.0-dev.1710+8ee52f99c #105

all: update Zig to version 0.14.0-dev.1710+8ee52f99c

all: update Zig to version 0.14.0-dev.1710+8ee52f99c #105

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.14.0-dev.1710+8ee52f99c.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: build
run: zig build
env:
AGREE: true