diff options
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0bd3ba37..8b605847e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -55,8 +55,8 @@ jobs: | |||
55 | - name: Setup system dependencies | 55 | - name: Setup system dependencies |
56 | run: | | 56 | run: | |
57 | sudo apt-get install postgresql-client-common redis-tools parallel | 57 | sudo apt-get install postgresql-client-common redis-tools parallel |
58 | wget --quiet --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.0.3-64bit-static.tar.xz" | 58 | wget --quiet --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.3.1-64bit-static.tar.xz" |
59 | tar xf ffmpeg-release-4.0.3-64bit-static.tar.xz | 59 | tar xf ffmpeg-release-4.3.1-64bit-static.tar.xz |
60 | mkdir -p $HOME/bin | 60 | mkdir -p $HOME/bin |
61 | cp ffmpeg-*/{ffmpeg,ffprobe} $HOME/bin | 61 | cp ffmpeg-*/{ffmpeg,ffprobe} $HOME/bin |
62 | echo "::add-path::$HOME/bin" | 62 | echo "::add-path::$HOME/bin" |