From 11064b5ad915e8bac7f5d00253007bd0a15ddd16 Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Thu, 2 Nov 2023 00:21:06 +0100 Subject: [PATCH] Install ffmpeg too --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ec0183605..1f7fbc2a3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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