Update source tree for zig 0.9.1

This commit is contained in:
Kyle Aleshire 2021-06-07 14:00:33 -08:00 committed by Sam Tebbs
parent 2484cb08d0
commit 06f45400bd
49 changed files with 2347 additions and 2211 deletions

View file

@ -19,8 +19,7 @@ jobs:
- name: Download zig
run: |
export PYTHONIOENCODING=utf8
# Lock the master commit that we download, because of blocking issues
wget https://ziglang.org/builds/zig-linux-x86_64-0.8.0-dev.2133+ad33e3483.tar.xz
wget https://ziglang.org/download/0.9.1/zig-linux-x86_64-0.9.1.tar.xz
sudo apt-get install mtools
tar -xvf zig*
- name: Install qemu