]> git.mdlowis.com Git - proto/labwc.git/commitdiff
CI: FreeBSD switch from 'quarterly' to 'latest'
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Thu, 29 Sep 2022 06:04:38 +0000 (08:04 +0200)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Thu, 29 Sep 2022 12:10:21 +0000 (14:10 +0200)
Latest wlroots requires libdrm-2.4.113 but 'quarterly' only
provides libdrm-2.4.112. Switch to 'latest' to fix this.

.github/workflows/build.yml

index 5f3c0b986302bd48694a534a6f9d4c1c6982ca89..efa6f82e082ceed4d26cee156dee54906f86b3e5 100644 (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"