mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
CI: avoid heavy dependency in FreeBSD job
Not testing runtime yet, so disable Mesa drivers.
This commit is contained in:
parent
00ec29c834
commit
0bd265600e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -89,6 +89,7 @@ jobs:
|
|||
usesh: true
|
||||
prepare: |
|
||||
sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
|
||||
pkg set -yn pkg:mesa-dri # hack to skip llvm dependency
|
||||
pkg install -y git meson gcc pkgconf cairo pango evdev-proto \
|
||||
hwdata wayland-protocols wlroots
|
||||
run: echo "setup done"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue