From 886282558ebd577632115e3311749a66231339fe Mon Sep 17 00:00:00 2001 From: bfeld Date: Thu, 19 Oct 2023 23:57:32 +0200 Subject: [PATCH] Remove weird wget parameters --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1c0ead..bae7e16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: sudo apt install libglfw3 sudo apt install libglfw3-dev sudo apt install xz-utils - sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.1114+e8f3c4c4b.tar.xz -0 - | tar -xJ --strip-components=1 -C /usr/local/bin' + sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.1114+e8f3c4c4b.tar.xz | tar -xJ --strip-components=1 -C /usr/local/bin' - name: Compile run: | zig build --summary all