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
1 changed files with 1 additions and 0 deletions

View File

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