mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-08 02:34:16 -04:00
Update release.yml
This commit is contained in:
parent
58185c4959
commit
b856291a4b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [[ "${{runner.os}}" == "Windows" ]]; then
|
if [[ "${{runner.os}}" == "Windows" ]]; then
|
||||||
choco install ffmpeg-shared
|
choco install ffmpeg-shared
|
||||||
ls -Rl "C:\Program Files (x86)\FFmpeg\"
|
ls -Rl "/C/Program Files (x86)/FFmpeg"
|
||||||
elif [[ "${{runner.os}}" == "macOS" ]]; then
|
elif [[ "${{runner.os}}" == "macOS" ]]; then
|
||||||
brew install ffmpeg
|
brew install ffmpeg
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user