all: update zig version
This commit is contained in:
parent
2811904eac
commit
f3109b365c
10 changed files with 36 additions and 36 deletions
2
.github/workflows/m1_ci.yml
vendored
2
.github/workflows/m1_ci.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Setup Zig
|
||||
run: |
|
||||
sudo rm -rf /usr/local/bin/zig /usr/local/bin/lib/
|
||||
sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-aarch64-0.10.0-dev.3952+9e070b653.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.4060+61aaef0b0.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
|
||||
- name: mach::test
|
||||
run: zig build test
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue