Skip to content

Commit

Permalink
Restore CI builds with ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
gfiumara committed Sep 12, 2024
1 parent 50ea58f commit 0a72846
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,23 +92,15 @@ jobs:
libtiff-dev \
zlib1g-dev
- name: Remove ffmpeg from Ubuntu 24.04
if: ${{ matrix.config.os == 'ubuntu-24.04' }}
shell: bash
run: |
sudo apt -y remove \
libavcodec-dev \
libavformat-dev
- name: Install Packages (macOS)
if: ${{ runner.os == 'macOS' }}
shell: bash
# FIXME: homebrew's open-mpi package doesn't include C++ bindings
# FIXME: we're not compatible with latest ffmpeg
run: |
HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 \
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install \
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install --quiet \
berkeley-db \
ffmpeg \
hwloc \
jpeg-turbo \
libpng \
Expand All @@ -125,6 +117,7 @@ jobs:
vcpkg install \
--triplet=${{ matrix.config.arch }}-windows-static \
berkeleydb \
ffmpeg \
hwloc \
libjpeg-turbo \
liblzma \
Expand All @@ -136,6 +129,7 @@ jobs:
zlib
vcpkg install --triplet=${{ matrix.config.arch }}-windows \
berkeleydb \
ffmpeg \
hwloc \
libjpeg-turbo \
liblzma \
Expand Down

0 comments on commit 0a72846

Please sign in to comment.