Skip to content

Commit

Permalink
CI: Try older CMake for Windows
Browse files Browse the repository at this point in the history
3.29 (and 3.28?) has trouble finding FFmpeg libraries
  • Loading branch information
Simran-B committed May 6, 2024
1 parent be2e0dc commit 23455c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 23455c3

Please sign in to comment.