Skip to content

Commit

Permalink
Add ffmpeg to CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
acowley committed Mar 23, 2024
1 parent b0c464b commit c31b4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: apt
run: |
apt-get update
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5 ffmpeg libavutil-dev libavformat-dev libavcodec-dev libswscale-dev libavdevice-dev libswresample-dev
if [ "${{ matrix.setup-method }}" = ghcup ]; then
mkdir -p "$HOME/.ghcup/bin"
curl -sL https://downloads.haskell.org/ghcup/0.1.19.2/x86_64-linux-ghcup-0.1.19.2 > "$HOME/.ghcup/bin/ghcup"
Expand Down

0 comments on commit c31b4b2

Please sign in to comment.