From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Fri, 24 Feb 2023 13:46:24 +0000 (+0100) Subject: CI: Add hwdata to FreeBSD build requirements X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=440372c2daf63e35e025b956479d63a40e108807;p=proto%2Flabwc.git CI: Add hwdata to FreeBSD build requirements --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8e7d528..80d9e473 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,7 +88,7 @@ jobs: prepare: | sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf pkg install -y git meson gcc pkgconf cairo pango evdev-proto \ - wayland-protocols wlroots + hwdata wayland-protocols wlroots run: echo "setup done" - name: Install Void Linux dependencies