Skip to content

Commit

Permalink
ci: cleanup messy tar invocations
Browse files Browse the repository at this point in the history
  • Loading branch information
ifreund committed May 23, 2024
1 parent 4d44ca6 commit c5b1d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .builds/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ tasks:
cd ..
wget -nv https://ziglang.org/download/0.12.0/zig-linux-x86_64-0.12.0.tar.xz
# Remove a lot of useless lines from tar output.
tar -xvf zig-linux-x86_64-0.12.0.tar.xz 1>/dev/null
tar xf zig-linux-x86_64-0.12.0.tar.xz
sudo mv zig-linux-x86_64-0.12.0/zig /usr/bin/
sudo mv zig-linux-x86_64-0.12.0/lib /usr/lib/zig
- build: |
Expand Down
3 changes: 1 addition & 2 deletions .builds/archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ tasks:
cd ..
wget -nv https://ziglang.org/download/0.12.0/zig-linux-x86_64-0.12.0.tar.xz
# Remove a lot of useless lines from tar output.
tar -xvf zig-linux-x86_64-0.12.0.tar.xz 1>/dev/null
tar xf zig-linux-x86_64-0.12.0.tar.xz
sudo mv zig-linux-x86_64-0.12.0/zig /usr/bin/
sudo mv zig-linux-x86_64-0.12.0/lib /usr/lib/zig
- build: |
Expand Down

0 comments on commit c5b1d1d

Please sign in to comment.