Skip to content

Commit

Permalink
ci: update to Zig 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ifreund committed Aug 12, 2023
1 parent bdbf7b6 commit 7f52888
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
xbps-install -Suy
xbps-install -y wayland-devel wayland-protocols pkgconf git gcc wget tar xz
wget https://ziglang.org/download/0.10.0/zig-linux-x86_64-0.10.0.tar.xz
tar -xvf zig-linux-x86_64-0.10.0.tar.xz
mv zig-linux-x86_64-0.10.0/zig /usr/bin/
mv zig-linux-x86_64-0.10.0/lib /usr/lib/zig
wget https://ziglang.org/download/0.11.0/zig-linux-x86_64-0.11.0.tar.xz
tar -xvf zig-linux-x86_64-0.11.0.tar.xz
mv zig-linux-x86_64-0.11.0/zig /usr/bin/
mv zig-linux-x86_64-0.11.0/lib /usr/lib/zig
zig env
- name: checkout
Expand Down

0 comments on commit 7f52888

Please sign in to comment.