Skip to content

Commit 6d2425f

Browse files
committed
ci: install libmpv
1 parent 60470aa commit 6d2425f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
linux-x86_64:
2020
runs-on: ubuntu-22.04
2121
steps:
22+
- shell: bash
23+
name: "Install mpv"
24+
run: |
25+
sudo apt-get update -y
26+
sudo apt-get install -y libmpv-dev libavformat-dev libavcodec-dev libavutil-dev libswscale-dev libavdevice-dev libavfilter-dev libswresample-dev libpostproc-dev
2227
- uses: silenium-dev/actions/jni-natives/ubuntu@main
2328
with:
2429
gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}

0 commit comments

Comments
 (0)