Skip to content

Commit

Permalink
CI: Fix FreeBSD package installation
Browse files Browse the repository at this point in the history
FreeBSD's package tool is pkg(8), and install is the command verb passed
to it.

Fixes: fb4d658 ("CI: Update Linux build scripts to use CMake p...")
  • Loading branch information
emaste committed Jun 19, 2024
1 parent 9d1ac88 commit c5768a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5768a9

Please sign in to comment.