mirror of
https://github.com/labwc/labwc.git
synced 2026-03-16 05:33:50 -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
|
usesh: true
|
||||||
prepare: |
|
prepare: |
|
||||||
sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
|
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 \
|
pkg install -y git meson gcc pkgconf cairo pango evdev-proto \
|
||||||
hwdata wayland-protocols wlroots
|
hwdata wayland-protocols wlroots
|
||||||
run: echo "setup done"
|
run: echo "setup done"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue