Skip to content

Commit f83948e

Browse files
wrench-botemidoots
authored andcommitted
all: update Zig to version 0.14.0-dev.2577+271452d22
Signed-off-by: Wrench[bot] <[email protected]>
1 parent 61206f6 commit f83948e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Zig
1212
run: |
1313
sudo apt install xz-utils
14-
sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.14.0-dev.1911+3bf89f55c.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
14+
sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.14.0-dev.2577+271452d22.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
1515
- name: x86_64-linux -> aarch64-macos
1616
run: zig build -Dtarget=aarch64-macos
1717
# TODO: re-enable this, unsure why it is failing during cross-compilation:
@@ -25,10 +25,10 @@ jobs:
2525
# - name: Setup Zig
2626
# run: |
2727
# $ProgressPreference = 'SilentlyContinue'
28-
# Invoke-WebRequest -Uri "https://pkg.machengine.org/zig/zig-windows-x86_64-0.14.0-dev.1911+3bf89f55c.zip" -OutFile "C:\zig.zip"
28+
# Invoke-WebRequest -Uri "https://pkg.machengine.org/zig/zig-windows-x86_64-0.14.0-dev.2577+271452d22.zip" -OutFile "C:\zig.zip"
2929
# cd C:\
3030
# 7z x zig.zip
31-
# Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.14.0-dev.1911+3bf89f55c\"
31+
# Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.14.0-dev.2577+271452d22\"
3232
# - name: x86_64-windows -> aarch64-macos
3333
# run: zig build -Dtarget=aarch64-macos
3434
x86_64-macos:
@@ -39,6 +39,6 @@ jobs:
3939
- name: Setup Zig
4040
run: |
4141
brew install xz
42-
sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-macos-x86_64-0.14.0-dev.1911+3bf89f55c.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
42+
sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-macos-x86_64-0.14.0-dev.2577+271452d22.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
4343
- name: build
4444
run: zig build

0 commit comments

Comments
 (0)