File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 - name : Checkout code changes
2424 uses : actions/checkout@v6
2525
26- - name : Install FFmpeg
26+ - name : Install FFmpeg and FFprobe
2727 shell : bash
2828 run : |
2929 set -euo pipefail
30- # bump: ffmpeg-ci /ffmpeg-version: '([\d.]+)'/ docker:mwader/static-ffmpeg|~8.0
30+ # bump: ffmpeg-ci /ffmpeg-version: '([\d.]+)'/ docker:mwader/static-ffmpeg
3131 FF_VERSION="8.0.1"
3232 INSTALL_DIR="$HOME/ffmpeg"
3333 mkdir -p "$INSTALL_DIR"
5656 fi
5757
5858 echo "$INSTALL_DIR" >> "$GITHUB_PATH"
59+ echo "Installed FFmpeg and FFprobe $FF_VERSION"
60+
61+ - name : Verify FFmpeg and FFprobe installations
62+ shell : bash
63+ run : |
64+ ffmpeg -version
65+ ffprobe -version
5966
6067 - name : Setup Java
6168 uses : actions/setup-java@v5
You can’t perform that action at this time.
0 commit comments