Skip to content

Commit eaaa037

Browse files
author
Enrico Martelli
committed
Add --experimental flag to FFmpeg Docker run command in unit test workflow
1 parent 7f539a2 commit eaaa037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup FFmpeg
2727
shell: bash
2828
run: |
29-
docker run --rm -v "$PWD:/out" -it $(docker build -q -f .github/workflows/FFmpeg.dockerfile .)
29+
docker run --rm -v "$PWD:/out" --experimental $(docker build -q -f .github/workflows/FFmpeg.dockerfile .)
3030
echo "$PWD" >> "$GITHUB_PATH"
3131
3232
- name: Setup Java

0 commit comments

Comments
 (0)