From 10ce5fbd5e184977c7940c7fa35fb944f03ee784 Mon Sep 17 00:00:00 2001 From: Simran Date: Wed, 27 Mar 2024 17:39:34 +0100 Subject: [PATCH] CI: Try older CMake for Windows 3.29 (and 3.28?) has trouble finding FFmpeg libraries --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7933a79f4..0aa0c2172 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,6 +160,14 @@ jobs: submodules: true show-progress: false + # HACK: Override CMake version to avoid an FFmpeg discovery problem + - name: Setup CMake + uses: jwlawson/actions-setup-cmake@v2 + with: + cmake-version: '3.27.x' + - name: CMake version + run: cmake --version + - name: Automatically Generate Package Name shell: bash env: