Skip to content

Commit

Permalink
ci: fix xbps invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
ifreund committed May 29, 2022
1 parent e72afab commit 706dca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 706dca9

Please sign in to comment.