Update release.yml

This commit is contained in:
Zoe Roux 2021-04-16 18:16:51 +02:00
parent 58185c4959
commit b856291a4b

View File

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