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 11
11
- name : Setup Zig
12
12
run : |
13
13
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'
15
15
- name : x86_64-linux -> aarch64-macos
16
16
run : zig build -Dtarget=aarch64-macos
17
17
# TODO: re-enable this, unsure why it is failing during cross-compilation:
@@ -25,10 +25,10 @@ jobs:
25
25
# - name: Setup Zig
26
26
# run: |
27
27
# $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"
29
29
# cd C:\
30
30
# 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 \"
32
32
# - name: x86_64-windows -> aarch64-macos
33
33
# run: zig build -Dtarget=aarch64-macos
34
34
x86_64-macos :
39
39
- name : Setup Zig
40
40
run : |
41
41
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'
43
43
- name : build
44
44
run : zig build
You can’t perform that action at this time.
0 commit comments