Skip to content

Commit 13efa02

Browse files
committed
Fix CI
1 parent 81fac23 commit 13efa02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ffmpeg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
meson setup libvmaf libvmaf/build --buildtype release
5757
meson compile -C libvmaf/build
58-
meson install -C libvmaf/build
58+
sudo ninja -vC libvmaf/build install
5959
- name: Prepare FFmpeg (autotools)
6060
if: matrix.ffmpeg_build == 'autotools'
6161
run: |

0 commit comments

Comments
 (0)