Skip to content

Commit

Permalink
Try to build newer ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSavenko committed Aug 18, 2024
1 parent 4c52268 commit 6c6d9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prebuilts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
VCMI_BUILD_PLATFORM: x64

- name: Remove old packages
run: rm -rf ~/.conan/data/ffmpeg/4.4.3/_/_/package
run: rm -rf ~/.conan/data/ffmpeg

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def requirements(self):

# client
if self.options.with_ffmpeg:
self.requires("ffmpeg/[^4.4]")
self.requires("ffmpeg/[^7.0]")

# launcher
if self.settings.os == "Android":
Expand Down

0 comments on commit 6c6d9c5

Please sign in to comment.