Skip to content

Commit

Permalink
Remove unneeded libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Sep 3, 2024
1 parent 0e4b711 commit 75c0e0b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,13 @@ jobs:
ubuntu-latest)
sudo apt-get update
sudo apt-get install autoconf automake build-essential cmake \
libtool mercurial pkg-config texinfo wget yasm zlib1g-dev
sudo apt-get install libass-dev libfreetype6-dev libjpeg-dev \
libtheora-dev libvorbis-dev libx264-dev
libtool pkg-config yasm zlib1g-dev libvorbis-dev libx264-dev
if [[ "${{ matrix.config.extras }}" ]]; then
sudo apt-get install doxygen
sudo apt-get install doxygen wget
fi
;;
macos-12)
brew install automake libtool nasm pkg-config shtool texi2html wget
brew install libass libjpeg libpng libvorbis libvpx opus theora x264
brew install automake libtool nasm pkg-config libpng libvorbis libvpx opus x264
;;
esac
Expand Down

0 comments on commit 75c0e0b

Please sign in to comment.