Skip to content

Commit

Permalink
Assure ffmpeg executability
Browse files Browse the repository at this point in the history
  • Loading branch information
RicBent committed Oct 28, 2021
1 parent 3704e9a commit 3f58d60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
run: |
wget -O ffmpeg.zip "http://dicts.migaku.io/ffmpeg/${{ runner.os }}"
unzip ffmpeg.zip -d dist/migaku_mpv
chmod +x dist/migaku_mpv/ffmpeg
- name: Include ffmpeg (Windows)
if: ${{ runner.os == 'Windows' }}
shell: pwsh
Expand Down

0 comments on commit 3f58d60

Please sign in to comment.