From 599e70be283cc3b9d1e3b55656c52b5e5f8b0e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Sch=C3=BCrz?= Date: Tue, 7 Jan 2025 18:48:46 +0100 Subject: [PATCH] Setup ffmpeg in github actions --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7590b7c2..bc3d4835 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,11 @@ jobs: with: node-version: '20' cache: 'pnpm' + - uses: FedericoCarboni/setup-ffmpeg@v3 + with: + ffmpeg-version: release + + - run: pnpm install - run: pnpm exec nx run beatmap-viewer:build