From 95856e7ac27e37be1933c329e70aea4fc0b6dd24 Mon Sep 17 00:00:00 2001 From: na2na-p Date: Wed, 22 Nov 2023 13:26:03 +0900 Subject: [PATCH] =?UTF-8?q?=E5=AE=9F=E9=A8=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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