We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fac23 commit 13efa02Copy full SHA for 13efa02
1 file changed
.github/workflows/ffmpeg.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
meson setup libvmaf libvmaf/build --buildtype release
57
meson compile -C libvmaf/build
58
- meson install -C libvmaf/build
+ sudo ninja -vC libvmaf/build install
59
- name: Prepare FFmpeg (autotools)
60
if: matrix.ffmpeg_build == 'autotools'
61
0 commit comments