Skip to content

Commit 75c0e0b

Browse files
committed
Remove unneeded libraries
1 parent 0e4b711 commit 75c0e0b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/smoke.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)