mirror of
https://github.com/isledecomp/SIEdit.git
synced 2024-11-27 01:25:45 -05:00
ci: use shared ffmpeg package
This commit is contained in:
parent
26cb29279c
commit
809909b2ef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Install FFmpeg
|
||||
shell: bash
|
||||
run: |
|
||||
FILENAME="ffmpeg-n4.4-latest-win64-gpl-4.4"
|
||||
FILENAME="ffmpeg-n4.4-latest-win64-gpl-shared-4.4"
|
||||
curl -fLOSs https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/$FILENAME.zip
|
||||
7z x $FILENAME.zip
|
||||
echo "$FILENAME" >> $GITHUB_PATH
|
||||
|
|
Loading…
Reference in a new issue