From 1bdff70ece02cd9d297d4daf604fbaeedbc65b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=82=8F=E3=82=8F=E3=82=8F=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Wed, 14 May 2025 03:06:30 +0900 Subject: [PATCH] =?UTF-8?q?fix(actions/test/backend/unit):=20FFmpeg?= =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=20(MisskeyIO#1000)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-backend.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index 8831ff1c4..9de9f8d63 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -64,6 +64,8 @@ jobs: - name: Install FFmpeg uses: FedericoCarboni/setup-ffmpeg@v3 id: setup-ffmpeg + with: + ffmpeg-version: 7.0.2 - name: Save FFmpeg binary cache if: steps.setup-ffmpeg.outputs.cache-hit != 'true' uses: actions/cache/save@v4