We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884e738 commit 741140dCopy full SHA for 741140d
1 file changed
.github/workflows/build.yml
@@ -66,10 +66,10 @@ jobs:
66
- name: Git checkout
67
uses: actions/checkout@v4
68
69
- - name: Install EGL implementation
+ - name: Install dependencies
70
run: |
71
sudo apt-get update -y -qq
72
- sudo apt-get install -y -qq libegl1
+ sudo apt-get install -y -qq libegl1 ffmpeg
73
74
- name: Download artifact
75
uses: actions/download-artifact@v4
0 commit comments