Skip to content

Commit

Permalink
Use ppa-verse/casparcg for now
Browse files Browse the repository at this point in the history
It provides proper detection using find_package().
  • Loading branch information
dimitry-ishenko committed Sep 10, 2024
1 parent 6e2642e commit 5f6c983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo ./tools/linux/install-dependencies
sudo apt-get -y install software-properties-common
sudo add-apt-repository ppa:casparcg/ppa
sudo add-apt-repository ppa:ppa-verse/casparcg
sudo apt-get -y install libboost-all-dev \
libavcodec-dev \
Expand All @@ -37,7 +37,7 @@ jobs:
libswscale-dev \
libpostproc-dev \
libswresample-dev \
casparcg-cef-117-dev
libcef117-dev
- name: Run build
run: |
Expand Down

0 comments on commit 5f6c983

Please sign in to comment.