Skip to content

Commit 7f539a2

Browse files
author
Enrico Martelli
committed
Fix FFmpeg Docker build command in unit test workflow
1 parent 1e9c6a0 commit 7f539a2

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 .github/workflows -q -f FFmpeg.dockerfile)
29+
docker run --rm -v "$PWD:/out" -it $(docker build -q -f .github/workflows/FFmpeg.dockerfile .)
3030
echo "$PWD" >> "$GITHUB_PATH"
3131
3232
- name: Setup Java

0 commit comments

Comments
 (0)