Skip to content

Commit 741140d

Browse files
committed
Install ffmpeg
1 parent 884e738 commit 741140d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
- name: Git checkout
6767
uses: actions/checkout@v4
6868

69-
- name: Install EGL implementation
69+
- name: Install dependencies
7070
run: |
7171
sudo apt-get update -y -qq
72-
sudo apt-get install -y -qq libegl1
72+
sudo apt-get install -y -qq libegl1 ffmpeg
7373
7474
- name: Download artifact
7575
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)