Skip to content

Commit f39385c

Browse files
committed
all: update Zig to version 0.12.0-dev.3161+377ecc6af
Signed-off-by: Wrench[bot] <[email protected]>
1 parent 378bed4 commit f39385c

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.12.0-dev.2063+804cee3b9.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.12.0-dev.3161+377ecc6af.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.12.0-dev.2063+804cee3b9.zip" -OutFile "C:\zig.zip"
29+
Invoke-WebRequest -Uri "https://pkg.machengine.org/zig/zig-windows-x86_64-0.12.0-dev.3161+377ecc6af.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.12.0-dev.2063+804cee3b9\"
32+
Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.12.0-dev.3161+377ecc6af\"
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.12.0-dev.2063+804cee3b9.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.12.0-dev.3161+377ecc6af.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)