diff options
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 |