all: update Zig to version 0.11.0-dev.2868+1a455b2dd

Signed-off-by: Wrench[bot] <wrench@hexops.com>
This commit is contained in:
Wrench[bot] 2023-04-28 15:57:39 -07:00 committed by Stephen Gutekanst
parent 8fc6368f9e
commit 11a0a8b73e
11 changed files with 52 additions and 52 deletions

View file

@ -11,6 +11,6 @@ jobs:
- name: Setup Zig
run: |
sudo apt install xz-utils
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.2777+b95cdf0ae.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.2868+1a455b2dd.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: test
run: zig build test