Skip to content

Commit ab384f4

Browse files
committed
fix(workflows): multi line command
1 parent 61648ef commit ab384f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
steps:
2424
- name: Setup ffmpeg built with libsvtav1
2525
# https://www.reddit.com/r/ffmpeg/comments/tb5frl/comment/i0glb7d/
26-
run:
27-
wget https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.1-latest-linux64-gpl-6.1.tar.xz && \
28-
tar Jxvf ffmpeg-n6.1-latest-linux64-gpl-6.1 && \
26+
run: |
27+
wget https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.1-latest-linux64-gpl-6.1.tar.xz &&
28+
tar Jxvf ffmpeg-n6.1-latest-linux64-gpl-6.1 &&
2929
sudo cp -r ffmpeg-n6.1-latest-linux64-gpl-6.1/bin/* /usr/local/bin/
3030
- run: ffmpeg -encoders
3131
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)