Skip to content

Commit

Permalink
Remove weird wget parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
bfeldpw committed Oct 19, 2023
1 parent eafb061 commit 8862825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8862825

Please sign in to comment.