From 2d1e3c55b633cb8e7c3f457f5a8a92e2ef7ae8a6 Mon Sep 17 00:00:00 2001 From: Dejan Jovasevic Date: Sat, 23 Mar 2024 14:30:01 +0100 Subject: [PATCH] Fix ffmpeg installation on Windows - Lets see if this fixes the windows build --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ba278e68..65e19f194 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -490,6 +490,9 @@ jobs: - name: 'Install dependencies' run: ./CI/windows/01_install_dependencies.ps1 -BuildArch ${{ env.TARGET_ARCH }} + - name: 'Fix ffmpeg installation' + run: choco install ffmpeg + - name: 'Setup plugings' run: | git stash