CI: correct M1 runner Zig version

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-05-31 04:11:43 -07:00
parent 4ceff10be6
commit 08b7c50e73

View file

@ -24,7 +24,7 @@ jobs:
- name: Setup Zig - name: Setup Zig
run: | run: |
sudo rm -rf /usr/local/bin/zig /usr/local/bin/lib/ sudo rm -rf /usr/local/bin/zig /usr/local/bin/lib/
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-aarch64-0.10.0-dev.2439+c84f5a5f9.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-aarch64-0.10.0-dev.2439+c84f5a5f9.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: test - name: test
run: zig build test run: zig build test
env: env: