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: