Skip to content

Commit

Permalink
Install ffmpeg too
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Nov 1, 2023
1 parent 59d5dce commit 11064b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
mkdir arm64-homebrew
curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C arm64-homebrew
for package in pkg-config libass zlib fftw hunspell pulseaudio; do
for package in pkg-config libass zlib ffmpeg fftw hunspell pulseaudio; do
arm64-homebrew/bin/brew fetch --force --bottle-tag=arm64_big_sur ${package}
arm64-homebrew/bin/brew install $(arm64-homebrew/bin/brew --cache --bottle-tag=arm64_big_sur ${package})
done
Expand Down

0 comments on commit 11064b5

Please sign in to comment.