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 Mar 27, 2024
1 parent 73bb560 commit 10ce5fb
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

2 comments on commit 10ce5fb

@TootiFruti
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wondering, So olive is still in development? It's been 2 months since the last commit

@Speciolution
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wondering, So olive is still in development? It's been 2 months since the last commit

Latest Olive Development Builds
Version: 10ce5fb (Mar 27 2024 5:39:34 PM)

I would say yes. I just hope this project gets propper support cause it has so much potential to be the best nativ Linux Video Editor.

Please sign in to comment.