diff options
| author | Isaac Freund <mail@isaacfreund.com> | 2022-05-29 19:15:28 +0200 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2022-05-29 20:17:39 +0200 |
| commit | 706dca9b1a69bffead2fcb8a52bad44972ed0aa8 (patch) | |
| tree | 89414a4a40d56e20e4b1fc74da49c73f81261a49 /.github | |
| parent | e72afab140cc8540931c7e484aa54257507df329 (diff) | |
| download | river-706dca9b1a69bffead2fcb8a52bad44972ed0aa8.tar.gz river-706dca9b1a69bffead2fcb8a52bad44972ed0aa8.tar.xz | |
ci: fix xbps invocation
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci_build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index a75f6a1..0b77bc6 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -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 \ |
