Skip to content

Commit

Permalink
fix(workflows): multi line command
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Feb 29, 2024
1 parent 61648ef commit ab384f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
steps:
- name: Setup ffmpeg built with libsvtav1
# https://www.reddit.com/r/ffmpeg/comments/tb5frl/comment/i0glb7d/
run:
wget https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.1-latest-linux64-gpl-6.1.tar.xz && \
tar Jxvf ffmpeg-n6.1-latest-linux64-gpl-6.1 && \
run: |
wget https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.1-latest-linux64-gpl-6.1.tar.xz &&
tar Jxvf ffmpeg-n6.1-latest-linux64-gpl-6.1 &&
sudo cp -r ffmpeg-n6.1-latest-linux64-gpl-6.1/bin/* /usr/local/bin/
- run: ffmpeg -encoders
- uses: actions/checkout@v3
Expand Down

0 comments on commit ab384f4

Please sign in to comment.