Skip to content

Commit d9a1fbf

Browse files
committed
ci: lint, install correct ffmpeg dev packages
1 parent fc69a28 commit d9a1fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- name: Prepare compile_commands.json
3333
run: |
3434
sudo apt-get update
35-
sudo apt-get install ninja-build libsdl2-2.0-0 libsdl2-dev libsdl2-ttf* libsdl2-mixer* libsdl2-image* desktop-file-utils -y --no-install-recommends
35+
sudo apt-get install ninja-build libsdl2-2.0-0 libsdl2-dev libsdl2-ttf* libsdl2-mixer* libsdl2-image* desktop-file-utils libavutil-dev libavcodec-dev libavformat-dev libavfilter-dev libswscale-dev -y --no-install-recommends
3636
37-
meson setup build -Dbuildtype=release -Dclang_libcpp=disabled -Dtests=true
37+
meson setup build -Dbuildtype=release -Dclang_libcpp=disabled -Dtests=true -Duse_embedded_ffmpeg=enabled
3838
meson compile -C build git_version.hpp
3939
4040
- uses: cpp-linter/cpp-linter-action@v2

0 commit comments

Comments
 (0)