From a3ba1ccb592266b763619ebb17680fd992dc4879 Mon Sep 17 00:00:00 2001
From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
Date: Tue, 12 Mar 2024 22:07:37 +0900
Subject: [PATCH] =?UTF-8?q?fix(test)=20ffmpeg=E3=82=92=E3=82=A4=E3=83=B3?=
 =?UTF-8?q?=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=E3=81=99=E3=82=8B=E3=82=88?=
 =?UTF-8?q?=E3=81=86=E3=81=AB?=
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 49a6a39805..2561bda22c 100644
--- a/.github/workflows/test-backend.yml
+++ b/.github/workflows/test-backend.yml
@@ -95,6 +95,8 @@ jobs:
         with:
           version: 8
           run_install: false
+      - name: Install FFmpeg
+        uses: FedericoCarboni/setup-ffmpeg@v3
       - name: Use Node.js ${{ matrix.node-version }}
         uses: actions/setup-node@v4.0.2
         with: