From 88ce9ad366c45501db7516287fb127ae940b8600 Mon Sep 17 00:00:00 2001 From: Keith Bowes Date: Tue, 16 Jul 2024 03:19:18 -0400 Subject: [PATCH] CI fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c38f8f9..8e49e0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: packages run: | - apk add clang gcc libevdev-dev libinput-dev libxkbcommon-dev libxml2-dev meson musl-dev wayland-dev wayland-protocols wlroots-dev xwayland + apk add clang gcc libevdev-dev libinput-dev libxkbcommon-dev libxml2-dev meson musl-dev wayland-dev wayland-protocols wlroots wlroots-dev xwayland # actions/checkout@v4 clones the repository - uses: actions/checkout@v4 - name: build-gcc