From 888188974426c7b6a518f66ee44ef0bcc2ac6fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Sat, 6 Jul 2024 14:45:33 -0400 Subject: [PATCH] [ci] Build on freebsd --- .github/workflows/bsd.yml | 2 +- ci/freebsd.deps.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 19330e2df9..3f23bfd84c 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -30,7 +30,7 @@ jobs: rubberband libsamplerate libsndfile \ libcoap \ freetype2 harfbuzz fontconfig \ - jackit + alsa-lib jackit run: | ./ci/common.deps.sh diff --git a/ci/freebsd.deps.sh b/ci/freebsd.deps.sh index af8188998d..486c1554a8 100755 --- a/ci/freebsd.deps.sh +++ b/ci/freebsd.deps.sh @@ -17,6 +17,7 @@ pkg install -y \ rubberband libsamplerate libsndfile \ libcoap \ freetype2 harfbuzz fontconfig \ + alsa-lib \ jackit source ci/common.deps.sh