1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

workflows/build: install git in freebsd image

for downloading libplacebo.wrap via git
This commit is contained in:
llyyr 2023-09-26 18:22:08 +05:30 committed by Niklas Haas
parent f5ca11e12b
commit 9074436862

View File

@ -189,6 +189,7 @@ jobs:
pkg update
# Requested in ci/build-freebsd.sh
pkg install -y \
git \
cmake \
evdev-proto \
ffmpeg \