Skip to main content

Install ffmpeg in GitHub Actions

ID
8518867
date
2024-08-20 06:36:09+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
261ba28
message
Install ffmpeg in GitHub Actions
changed files
1 file, 3 additions

Changed files

.github/workflows/test.yml (340) → .github/workflows/test.yml (417)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a208df6..c77aaa7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -15,6 +15,9 @@ jobs:
         with:
           toolchain: stable
 
+      - name: Install dependencies
+        run: sudo apt-get install ffmpeg
+
       - run: cargo build
       - run: cargo test
       - run: cargo fmt --check