Skip to content

Commit ff9923b

Browse files
author
Enrico Martelli
committed
Fix FFmpeg Docker build command in CI workflow
1 parent a78dd03 commit ff9923b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)