diff options
author | Chocobozzz <me@florianbigard.com> | 2022-03-08 11:28:32 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-03-08 11:28:32 +0100 |
commit | 7b51ede977c299a74728171d8c124bcc4cbba6ea (patch) | |
tree | ad189d2ed1f987e2053201166af4e953c46529f5 /.github | |
parent | ab4b8974997777373a6032073f9c1aaf33ba9931 (diff) | |
parent | 70f3012acd239be4567d9d9fa0364be75485ad1c (diff) | |
download | PeerTube-7b51ede977c299a74728171d8c124bcc4cbba6ea.tar.gz PeerTube-7b51ede977c299a74728171d8c124bcc4cbba6ea.tar.zst PeerTube-7b51ede977c299a74728171d8c124bcc4cbba6ea.zip |
Merge branch 'release/4.1.0' into develop
Diffstat (limited to '.github')
-rw-r--r-- | .github/actions/reusable-prepare-peertube-run/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/reusable-prepare-peertube-run/action.yml b/.github/actions/reusable-prepare-peertube-run/action.yml index 1a6cd2cfd..aa5b897c9 100644 --- a/.github/actions/reusable-prepare-peertube-run/action.yml +++ b/.github/actions/reusable-prepare-peertube-run/action.yml | |||
@@ -8,7 +8,7 @@ runs: | |||
8 | - name: Setup system dependencies | 8 | - name: Setup system dependencies |
9 | shell: bash | 9 | shell: bash |
10 | run: | | 10 | run: | |
11 | sudo apt-get install postgresql-client-common redis-tools parallel | 11 | sudo apt-get install postgresql-client-common redis-tools parallel libimage-exiftool-perl |
12 | wget --quiet --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.3.1-64bit-static.tar.xz" | 12 | wget --quiet --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.3.1-64bit-static.tar.xz" |
13 | tar xf ffmpeg-release-4.3.1-64bit-static.tar.xz | 13 | tar xf ffmpeg-release-4.3.1-64bit-static.tar.xz |
14 | mkdir -p $HOME/bin | 14 | mkdir -p $HOME/bin |