Globally drop yasm - libvpx should not need it

Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
Vasyl Gello
2023-11-15 16:03:40 +02:00
parent bfe282c2db
commit 2d995826ad
3 changed files with 15 additions and 31 deletions

View File

@@ -114,8 +114,7 @@ jobs:
libxdo-dev \
libxfixes-dev \
nasm \
wget \
yasm
wget
;;
# arm-unknown-linux-*) sudo apt-get -y update ; sudo apt-get -y install gcc-arm-linux-gnueabihf ;;
# aarch64-unknown-linux-gnu) sudo apt-get -y update ; sudo apt-get -y install gcc-aarch64-linux-gnu ;;