diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cc0e5a3..b9410006 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,12 @@ jobs: - name: Setup asdf uses: asdf-vm/actions/setup@v3.0.2 continue-on-error: true + - name: install ffmpeg dependencies + run: | + sudo apt-get update + sudo apt-get install -y autoconf automake build-essential libass-dev libfreetype6-dev \ + libgnutls28-dev libsdl2-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev \ + libxcb-shm0-dev libxcb-xfixes0-dev pkg-config texinfo wget zlib1g-dev - name: asdf install uses: asdf-vm/actions/install@v3.0.2 - name: Install dependencies