File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,17 @@ jobs:
5151 build : |
5252 uname -a
5353 echo "fetching zig tar"
54- curl --output zig-linux-x86_64-0.13.0.tar.xz https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz
54+ # curl --output zig-linux-x86_64-0.13.0.tar.xz https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz
55+ curl --output zig-linux-aarch64-0.13.0.tar.xz https://ziglang.org/download/0.13.0/zig-linux-aarch64-0.13.0.tar.xz
5556 echo "unzipping zig"
56- tar xf zig-linux-x86_64-0.13.0.tar.xz
57+ # tar xf zig-linux-x86_64-0.13.0.tar.xz
58+ tar xf zig-linux-aarch64-0.13.0.tar.xz
5759 pwd
5860 ls
5961 echo "exporting path"
60- export PATH=$PATH:$(pwd)/zig-linux-x86_64-0.13.0
62+ # export PATH=$PATH:$(pwd)/zig-linux-x86_64-0.13.0
63+ export PATH=$PATH:$(pwd)/zig-linux-aarch64-0.13.0
64+
6165
6266 # echo "installing cross-compilation tools"
6367 # sudo apt-get update
You can’t perform that action at this time.
0 commit comments