Browse Source

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...")
Ed Maste 1 year ago
parent
commit
a189489dd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .cirrus.yml

+ 1 - 1
.cirrus.yml

@@ -9,7 +9,7 @@ env:
 
 
 task:
 task:
   install_script:
   install_script:
-  - pkg-install -y
+  - pkg install -y
     cmake ninja binutils pkgconf curl
     cmake ninja binutils pkgconf curl
     ffmpeg qt6-base qt6-svg jansson libsysinfo e2fsprogs-libuuid pulseaudio
     ffmpeg qt6-base qt6-svg jansson libsysinfo e2fsprogs-libuuid pulseaudio
     alsa-lib pipewire v4l_compat libpci librist srt nlohmann-json uthash
     alsa-lib pipewire v4l_compat libpci librist srt nlohmann-json uthash