feat(probe): ffprobe wrapper (#59)
This commit was merged in pull request #59.
This commit is contained in:
@@ -19,9 +19,12 @@ jobs:
|
||||
|
||||
- name: Build deps
|
||||
run: |
|
||||
# ffmpeg is here for ffprobe: arr-probe's tests run it against the
|
||||
# committed fixture clips (DESIGN.md §12).
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends \
|
||||
git curl ca-certificates build-essential pkg-config
|
||||
git curl ca-certificates build-essential pkg-config \
|
||||
ffmpeg
|
||||
|
||||
- name: Cache cargo
|
||||
uses: actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user