mirror of
https://github.com/isledecomp/SIEdit.git
synced 2025-02-17 00:40:42 -05:00
ci: use win64 build of ffmpeg
This commit is contained in:
parent
aee799ed3c
commit
c44b7084a6
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -33,9 +33,9 @@ jobs:
|
|||
- name: Install FFmpeg
|
||||
shell: bash
|
||||
run: |
|
||||
FILENAME="ffmpeg-n4.4-latest-win32-gpl-shared-4.4"
|
||||
curl -fLOSs https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases/download/latest/$FILENAME.zip
|
||||
7z x $FILENAME.zip
|
||||
FILENAME="ffmpeg-5.0.1-full_build-shared"
|
||||
curl -fLOSs https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-5.0.1-full_build-shared.7z
|
||||
7z x $FILENAME.7z
|
||||
echo "$FILENAME" >> $GITHUB_PATH
|
||||
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in a new issue