ci: bump zig to 0.9.0 (#31)

This commit is contained in:
Unai Martinez-Corral 2022-05-01 13:09:20 +02:00 committed by GitHub
parent c5320fd1e1
commit e124edc241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,14 +82,14 @@ jobs:
if: matrix.os == 'ubuntu'
run: |
tar xzf ${{ env.FOMU_TOOLCHAIN }}.tar.gz
curl -L https://ziglang.org/download/0.8.0/zig-linux-x86_64-0.8.0.tar.xz | tar -xJf -
echo "$(pwd)/zig-linux-x86_64-0.8.0" >> $GITHUB_PATH
curl -L https://ziglang.org/download/0.9.0/zig-linux-x86_64-0.9.0.tar.xz | tar -xJf -
echo "$(pwd)/zig-linux-x86_64-0.9.0" >> $GITHUB_PATH
- name: Install (Windows)
if: matrix.os == 'windows'
run: |
unzip ${{ env.FOMU_TOOLCHAIN }}.zip
choco install zig --version 0.8.0
choco install zig --version 0.9.0
ln -s $(which python) /usr/bin/python3
- name: Install (Mac OS)