Skip to content

Commit 4134f91

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 2c45c3b commit 4134f91

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
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Zig
1414
run: |
1515
sudo apt install xz-utils
16-
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'
16+
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'
1717
- name: build
1818
run: zig build
1919
x86_64-windows:
@@ -26,10 +26,10 @@ jobs:
2626
- name: Setup Zig
2727
run: |
2828
$ProgressPreference = 'SilentlyContinue'
29-
Invoke-WebRequest -Uri "https://pkg.machengine.org/zig/zig-windows-x86_64-0.14.0-dev.1911+3bf89f55c.zip" -OutFile "C:\zig.zip"
29+
Invoke-WebRequest -Uri "https://pkg.machengine.org/zig/zig-windows-x86_64-0.14.0-dev.2577+271452d22.zip" -OutFile "C:\zig.zip"
3030
cd C:\
3131
7z x zig.zip
32-
Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.14.0-dev.1911+3bf89f55c\"
32+
Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.14.0-dev.2577+271452d22\"
3333
- name: build
3434
run: zig build
3535
x86_64-macos:
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Zig
4343
run: |
4444
brew install xz
45-
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'
45+
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'
4646
- name: build
4747
run: zig build
4848
env:

0 commit comments

Comments
 (0)