From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Thu, 29 Sep 2022 06:04:38 +0000 (+0200) Subject: CI: FreeBSD switch from 'quarterly' to 'latest' X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=d0fd7b42dfa7cf0da593cf8b08a28dc561f8c57c;p=proto%2Flabwc.git CI: FreeBSD switch from 'quarterly' to 'latest' Latest wlroots requires libdrm-2.4.113 but 'quarterly' only provides libdrm-2.4.112. Switch to 'latest' to fix this. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f3c0b98..efa6f82e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,6 +76,7 @@ jobs: with: usesh: true prepare: | + sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf pkg install -y git meson gcc pkgconf cairo pango evdev-proto \ wayland-protocols wlroots run: echo "setup done"