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.
This commit is contained in:
Consolatis 2022-09-29 08:04:38 +02:00
parent 92976f30d0
commit d0fd7b42df

View file

@ -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"