We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f539a2 commit eaaa037Copy full SHA for eaaa037
.github/workflows/unit-test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup FFmpeg
27
shell: bash
28
run: |
29
- docker run --rm -v "$PWD:/out" -it $(docker build -q -f .github/workflows/FFmpeg.dockerfile .)
+ docker run --rm -v "$PWD:/out" --experimental $(docker build -q -f .github/workflows/FFmpeg.dockerfile .)
30
echo "$PWD" >> "$GITHUB_PATH"
31
32
- name: Setup Java
0 commit comments