File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
- name : Setup Zig
14
14
run : |
15
15
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'
17
17
- name : build
18
18
run : zig build
19
19
x86_64-windows :
@@ -26,10 +26,10 @@ jobs:
26
26
- name : Setup Zig
27
27
run : |
28
28
$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"
30
30
cd C:\
31
31
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 \"
33
33
- name : build
34
34
run : zig build
35
35
x86_64-macos :
42
42
- name : Setup Zig
43
43
run : |
44
44
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'
46
46
- name : build
47
47
run : zig build
48
48
env :
You can’t perform that action at this time.
0 commit comments