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 1e9c6a0 commit 7f539a2Copy full SHA for 7f539a2
.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 .github/workflows -q -f FFmpeg.dockerfile)
+ 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