aboutsummaryrefslogtreecommitdiff
path: root/.builds/alpine.yml
diff options
context:
space:
mode:
authorIsaac Freund <mail@isaacfreund.com>2022-05-01 19:03:32 +0200
committerIsaac Freund <mail@isaacfreund.com>2022-05-01 19:03:32 +0200
commit90b37645cf7744d8cc2a000fd3d74caf95bce204 (patch)
tree571904b9c5d404c23a4ef05f49823b494d7c9fe5 /.builds/alpine.yml
parent56fcab6ee9583326217e0c55305ca47378678aed (diff)
downloadriver-90b37645cf7744d8cc2a000fd3d74caf95bce204.tar.gz
river-90b37645cf7744d8cc2a000fd3d74caf95bce204.tar.xz
ci: make wget output non verbose
This still prints errors, but doesn't print progress bars or other superfluous information.
Diffstat (limited to '.builds/alpine.yml')
-rw-r--r--.builds/alpine.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index 7faca5d..a8f92ef 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -38,7 +38,7 @@ tasks:
sudo ninja -C build/ install
cd ..
- wget https://ziglang.org/download/0.9.1/zig-linux-x86_64-0.9.1.tar.xz
+ wget -nv https://ziglang.org/download/0.9.1/zig-linux-x86_64-0.9.1.tar.xz
# Remove a lot of useless lines from tar output.
tar -xvf zig-linux-x86_64-0.9.1.tar.xz 1>/dev/null
sudo mv zig-linux-x86_64-0.9.1/zig /usr/bin/