Skip to content

Commit

Permalink
ci: fix installation of FFmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
talklittle committed Jun 30, 2024
1 parent 6a7ff01 commit 4a2eb07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
elixir-version: ${{matrix.elixir}}
- name: Install FFmpeg
run: |
sudo apt-get install -qq software-properties-common
sudo add-apt-repository -y ppa:mc3man/bionic-media
sudo apt-get update -qq
sudo apt-get install -qq ffmpeg
- run: mix deps.get
Expand Down

0 comments on commit 4a2eb07

Please sign in to comment.