Skip to content

Commit 8540e2b

Browse files
committed
Fix CI
Signed-off-by: Maxime Gervais <gervais.maxime@gmail.com>
1 parent 3992c6c commit 8540e2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/MediaConch_Checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pip --disable-pip-version-check install git+https://github.com/vi/mkvparse.git
2727
fi
2828
if [ "$RUNNER_OS" == "macOS" ]; then
29-
brew install libtool automake libxslt jansson qt sfk xmlstarlet ffmpeg
29+
brew install libtool automake libxslt libevent jansson qt sfk xmlstarlet ffmpeg
3030
sudo pip --disable-pip-version-check install --prefix /usr/local git+https://github.com/vi/mkvparse.git
3131
fi
3232
- name: Get ZenLib info

0 commit comments

Comments
 (0)