mirror of
https://github.com/isledecomp/SIEdit.git
synced 2025-02-17 00:40:42 -05:00
ci: use different win64 build of ffmpeg
This commit is contained in:
parent
c44b7084a6
commit
652c112cca
1 changed files with 3 additions and 5 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -13,9 +13,7 @@ on:
|
|||
- 'README.md'
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
|
@ -33,9 +31,9 @@ jobs:
|
|||
- name: Install FFmpeg
|
||||
shell: bash
|
||||
run: |
|
||||
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
|
||||
FILENAME="ffmpeg-n4.4-latest-win64-gpl-4.4.zip"
|
||||
curl -fLOSs https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/$FILENAME.zip
|
||||
7z x $FILENAME.zip
|
||||
echo "$FILENAME" >> $GITHUB_PATH
|
||||
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in a new issue