CI: Try older CMake for Windows

3.29 (and 3.28?) has trouble finding FFmpeg libraries
This commit is contained in:
Simran
2024-03-27 17:39:34 +01:00
committed by GitHub
parent 73bb560845
commit 10ce5fbd5e
+8
View File
@@ -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: