all: update Zig to version 0.11.0-dev.3380+7e0a02ee2
This commit is contained in:
parent
c99d902d68
commit
dc87787133
9 changed files with 47 additions and 47 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Setup Zig
|
||||
run: |
|
||||
sudo apt install xz-utils libasound2-dev
|
||||
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.3379+629f0d23b.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.3380+7e0a02ee2.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
|
||||
# - name: x86_64-linux -> x86_64-linux-musl
|
||||
# if: matrix.project == 'libs/freetype' || matrix.project == 'libs/glfw'
|
||||
# run: zig build -Dtarget=x86_64-linux-musl
|
||||
|
|
@ -59,10 +59,10 @@ jobs:
|
|||
- name: Setup Zig
|
||||
run: |
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
Invoke-WebRequest -Uri 'https://ziglang.org/builds/zig-windows-x86_64-0.11.0-dev.3379+629f0d23b.zip' -OutFile 'C:\zig.zip'
|
||||
Invoke-WebRequest -Uri 'https://ziglang.org/builds/zig-windows-x86_64-0.11.0-dev.3380+7e0a02ee2.zip' -OutFile 'C:\zig.zip'
|
||||
cd C:\
|
||||
7z x zig.zip
|
||||
Add-Content $env:GITHUB_PATH 'C:\zig-windows-x86_64-0.11.0-dev.3379+629f0d23b\'
|
||||
Add-Content $env:GITHUB_PATH 'C:\zig-windows-x86_64-0.11.0-dev.3380+7e0a02ee2\'
|
||||
- name: test
|
||||
run: zig build test
|
||||
x86_64-macos:
|
||||
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
run: |
|
||||
brew uninstall --ignore-dependencies libx11 # https://github.com/ziglang/zig/issues/11066
|
||||
brew install xz
|
||||
sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.3379+629f0d23b.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
|
||||
sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.3380+7e0a02ee2.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
|
||||
- name: test
|
||||
run: zig build test
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue