Skip to content

Commit

Permalink
ci: fix release build to use ffmpeg 7 for windows
Browse files Browse the repository at this point in the history
Signed-off-by: Gustav Grusell <[email protected]>
  • Loading branch information
grusell committed Sep 21, 2024
1 parent 5a49eaa commit e262df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
7z x SDL2-devel-2.26.5-VC.zip -owinlibs
curl https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-devel-2.20.2-VC.zip -o SDL2_ttf-devel-2.20.2-VC.zip
7z x SDL2_ttf-devel-2.20.2-VC.zip -owinlibs
curl -L https://github.com/GyanD/codexffmpeg/releases/download/5.1.2/ffmpeg-5.1.2-full_build-shared.7z -o ffmpeg-5.1.2-full_build-shared.7z
7z x ffmpeg-5.1.2-full_build-shared.7z -owinlibs
curl -L https://github.com/GyanD/codexffmpeg/releases/download/7.0.2/ffmpeg-7.0.2-full_build-shared.7z -o ffmpeg-7.0.2-full_build-shared.7z
7z x ffmpeg-7.0.2-full_build-shared.7z -owinlibs
- name: Cache dependencies
id: cache-dependencies-save
if: steps.cache-dependencies-restore.outputs.cache-hit != 'true'
Expand Down

0 comments on commit e262df2

Please sign in to comment.