Skip to content

Commit

Permalink
Try to use ubuntu ffmpeg for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Nov 6, 2020
1 parent cfe3d3a commit 3e279dc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,7 @@ jobs:

- name: Setup system dependencies
run: |
sudo apt-get install postgresql-client-common redis-tools parallel
wget --quiet --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.0.3-64bit-static.tar.xz"
tar xf ffmpeg-release-4.0.3-64bit-static.tar.xz
mkdir -p $HOME/bin
cp ffmpeg-*/{ffmpeg,ffprobe} $HOME/bin
echo "::add-path::$HOME/bin"
sudo apt-get install postgresql-client-common redis-tools parallel ffmpeg
- name: Cache Node.js modules
uses: actions/cache@v2
Expand Down

0 comments on commit 3e279dc

Please sign in to comment.