Skip to content

Commit 5fda36b

Browse files
committed
minor formatting fixes
1 parent 91e33a9 commit 5fda36b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/actions/setup-ffmpeg/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Setup FFmpeg and FFprobe
2-
description: Install FFmpeg and FFprobe across Linux, MacOS (Intel), and Windows
2+
description: Install FFmpeg and FFprobe across Linux, macOS, and Windows
33
inputs:
44
ffmpeg-version:
55
description: FFmpeg version to install
@@ -28,11 +28,9 @@ runs:
2828
curl -L "https://evermeet.cx/ffmpeg/ffmpeg-$FF_VERSION.zip" -o ffmpeg.zip
2929
unzip -q ffmpeg.zip
3030
mv ffmpeg "$INSTALL_DIR/ffmpeg"
31-
3231
curl -L "https://evermeet.cx/ffmpeg/ffprobe-$FF_VERSION.zip" -o ffprobe.zip
3332
unzip -q ffprobe.zip
3433
mv ffprobe "$INSTALL_DIR/ffprobe"
35-
3634
chmod +x "$INSTALL_DIR/"*
3735
3836
elif [[ "${{ runner.os }}" == "Windows" ]]; then

0 commit comments

Comments
 (0)