Skip to content

Commit

Permalink
extract zig locally
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Sep 25, 2023
1 parent 9ae4b23 commit 142a878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
sudo apt update && sudo apt install llvm
- name: install Zig
run: |
wget -qO- https://ziglang.org/download/${{env.ZIG_VERSION}}/zig-linux-${{env.ZIG_ARCH}}-${{env.ZIG_VERSION}}.tar.xz | tar -xJv -C ~/zig \
&& export PATH=$PATH:~/zig
wget -qO- https://ziglang.org/download/${{env.ZIG_VERSION}}/zig-linux-${{env.ZIG_ARCH}}-${{env.ZIG_VERSION}}.tar.xz | tar xvf
&& export PATH=$PATH:~/zig-linux-${{env.ZIG_ARCH}}-${{env.ZIG_VERSION}}
&& zig version
- name: build the app for many different RIDs
run: |
Expand Down

0 comments on commit 142a878

Please sign in to comment.