ci: enable ffmpeg by default for Windows and Linux x86 targets

This commit is contained in:
Alibek Omarov
2024-12-13 02:49:19 +03:00
parent c8bf7e5630
commit 8b4b0479c8
6 changed files with 71 additions and 11 deletions

View File

@@ -67,7 +67,9 @@ jobs:
targetarch: amd64
env:
SDL_VERSION: 2.30.9
FFMPEG_VERSION: 7.1
GH_CPU_ARCH: ${{ matrix.targetarch }}
GH_CPU_OS: ${{ matrix.targetos }}
GH_CROSSCOMPILING: ${{ matrix.cross }}
steps:
- name: Checkout