Skip to content

Commit

Permalink
workflows/build: install git in freebsd image
Browse files Browse the repository at this point in the history
for downloading libplacebo.wrap via git
  • Loading branch information
llyyr committed Sep 26, 2023
1 parent 3224717 commit 92fe04d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ jobs:
pkg update
# Requested in ci/build-freebsd.sh
pkg install -y \
git \
cmake \
evdev-proto \
ffmpeg \
Expand Down

0 comments on commit 92fe04d

Please sign in to comment.