Skip to content

Commit 52874fb

Browse files
author
Enrico Martelli
committed
Update FFmpeg setup in CI to build from the workflow directory
1 parent 51b1fe6 commit 52874fb

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

0 commit comments

Comments
 (0)