From: Nick Porter Date: Thu, 29 Feb 2024 20:40:40 +0000 (+0000) Subject: Include brotli for FreeBSD CI hosts X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ee63d241e3e14a2155ccf6d20cd54031f9af8c2;p=thirdparty%2Ffreeradius-server.git Include brotli for FreeBSD CI hosts --- diff --git a/.github/workflows/ci-freebsd.yml b/.github/workflows/ci-freebsd.yml index 5849f0f93f6..83b161a6d24 100644 --- a/.github/workflows/ci-freebsd.yml +++ b/.github/workflows/ci-freebsd.yml @@ -62,6 +62,7 @@ jobs: environment_variables: HOSTAPD_BUILD_DIR HOSTAPD_GIT_TAG NO_PERFORMANCE_TESTS run: | sudo pkg install -y \ + brotli \ curl \ cyrus-sasl \ freetds \