File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -60,16 +60,13 @@ jobs:
6060 ubuntu-latest)
6161 sudo apt-get update
6262 sudo apt-get install autoconf automake build-essential cmake \
63- libtool mercurial pkg-config texinfo wget yasm zlib1g-dev
64- sudo apt-get install libass-dev libfreetype6-dev libjpeg-dev \
65- libtheora-dev libvorbis-dev libx264-dev
63+ libtool pkg-config yasm zlib1g-dev libvorbis-dev libx264-dev
6664 if [[ "${{ matrix.config.extras }}" ]]; then
67- sudo apt-get install doxygen
65+ sudo apt-get install doxygen wget
6866 fi
6967 ;;
7068 macos-12)
71- brew install automake libtool nasm pkg-config shtool texi2html wget
72- brew install libass libjpeg libpng libvorbis libvpx opus theora x264
69+ brew install automake libtool nasm pkg-config libpng libvorbis libvpx opus x264
7370 ;;
7471 esac
7572
You can’t perform that action at this time.
0 commit comments