Skip to content

Commit

Permalink
Try another ffmpeg ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Jan 10, 2025
1 parent 8cf737f commit 897fae3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/actions/reusable-prepare-peertube-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ runs:
shell: bash
run: |
sudo apt-get install postgresql-client-common redis-tools parallel libimage-exiftool-perl
wget --quiet --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.3.1-64bit-static.tar.xz"
tar xf ffmpeg-release-4.3.1-64bit-static.tar.xz
wget --quiet --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.4.1-64bit-static.tar.xz"
wget --quiet --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-6.0.1-amd64-static.tar.xz"
tar xf ffmpeg-release-4.4.1-64bit-static.tar.xz
tar xf ffmpeg-6.0.1-amd64-static.tar.xz
mkdir -p $HOME/bin
cp ffmpeg-*/{ffmpeg,ffprobe} $HOME/bin
cp ffmpeg-6.0.1-amd64-static/ffprobe $HOME/bin
cp ffmpeg-4.3.1-amd64-static/ffmpeg $HOME/bin
echo "$HOME/bin" >> $GITHUB_PATH

0 comments on commit 897fae3

Please sign in to comment.