mirror of
https://github.com/zoriya/zig-wayland.git
synced 2025-12-06 07:06:12 +00:00
ci: fix xbps invocation
This commit is contained in:
2
.github/workflows/ci_build.yml
vendored
2
.github/workflows/ci_build.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: install deps
|
||||
run: |
|
||||
xbps-install -Sy xbps
|
||||
xbps-install -uy
|
||||
xbps-install -Suy
|
||||
xbps-install -y wayland-devel wayland-protocols pkgconf git gcc wget tar xz
|
||||
|
||||
wget https://ziglang.org/download/0.9.1/zig-linux-x86_64-0.9.1.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user