We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60470aa commit 6d2425fCopy full SHA for 6d2425f
.github/workflows/build.yaml
@@ -19,6 +19,11 @@ jobs:
19
linux-x86_64:
20
runs-on: ubuntu-22.04
21
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
27
- uses: silenium-dev/actions/jni-natives/ubuntu@main
28
with:
29
gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
0 commit comments