ci: fix xbps invocation
This commit is contained in:
parent
e72afab140
commit
706dca9b1a
2
.github/workflows/ci_build.yml
vendored
2
.github/workflows/ci_build.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: install deps
|
||||
run: |
|
||||
xbps-install -Sy xbps
|
||||
xbps-install -uy
|
||||
xbps-install -Suy
|
||||
# wayland/wlroots dependencies as well as we build from source
|
||||
xbps-install -y MesaLib-devel libseat-devel eudev-libudev-devel libdrm-devel \
|
||||
libinput-devel libxkbcommon-devel pixman-devel expat-devel libxml2-devel \
|
||||
|
Loading…
Reference in New Issue
Block a user