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 52874fb commit a78dd03Copy full SHA for a78dd03
.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 .github/workflows/)
+ docker run --rm -v "$PWD:/out" -it $(docker build -q -f .github/workflows/FFmpeg.dockerfile)
30
echo "$PWD" >> "$GITHUB_PATH"
31
32
- name: Setup Java
0 commit comments