Update release.yml

This commit is contained in:
Zoe Roux 2021-04-16 18:13:54 +02:00
parent 9dcf5f13e8
commit 58185c4959

View File

@ -35,6 +35,7 @@ jobs:
run: |
if [[ "${{runner.os}}" == "Windows" ]]; then
choco install ffmpeg-shared
ls -Rl "C:\Program Files (x86)\FFmpeg\"
elif [[ "${{runner.os}}" == "macOS" ]]; then
brew install ffmpeg
else