Update release.yml

This commit is contained in:
Zoe Roux 2021-04-16 00:21:48 +02:00
parent 745d5e31c3
commit 39355cd1c4

View File

@ -37,7 +37,7 @@ jobs:
elif [[ "${{runner.os}}" == "macOS" ]]; then
brew install ffmpeg
else
sudo add-apt-repository -y "deb https://packages.ubuntu.com/ hirsute main"
sudo add-apt-repository -y "deb http://azure.archive.ubuntu.com/ubuntu groovy main multiverse restricted universe"
sudo apt-get update -y
sudo apt-get install -y libavutil-dev libavcodec-dev libavformat-dev
fi