From a189489dd29558f3163d6ad269389a626e6c688b Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 19 Jun 2024 11:48:22 -0400 Subject: [PATCH] CI: Fix FreeBSD package installation FreeBSD's package tool is pkg(8), and install is the command verb passed to it. Fixes: fb4d65875e27 ("CI: Update Linux build scripts to use CMake p...") --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index c2d2ca7d9..03ca9af58 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,7 +9,7 @@ env: task: install_script: - - pkg-install -y + - pkg install -y cmake ninja binutils pkgconf curl ffmpeg qt6-base qt6-svg jansson libsysinfo e2fsprogs-libuuid pulseaudio alsa-lib pipewire v4l_compat libpci librist srt nlohmann-json uthash