Skip to content

Commit b42b218

Browse files
author
Enrico Martelli
committed
Fix paths in Docker cp commands for FFmpeg setup in unit test workflow
1 parent dbeefa6 commit b42b218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
shell: bash
2828
run: |
2929
docker create --name ffmpeg mwader/static-ffmpeg:7.0.2
30-
docker cp ffmpeg:/usr/local/bin/ffmpeg ffmpeg
31-
docker cp ffmpeg:/usr/local/bin/ffprobe ffprobe
30+
docker cp ffmpeg:/ffmpeg ffmpeg
31+
docker cp ffmpeg:/ffprobe ffprobe
3232
docker rm -f ffmpeg
3333
echo "$PWD" >> "$GITHUB_PATH"
3434

0 commit comments

Comments
 (0)