Skip to content

Commit

Permalink
https://github.com/Zulko/moviepy/issues/693
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrorhanyu committed Mar 21, 2020
1 parent 6bca4d9 commit d20cfe3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -20,10 +20,11 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get update -y -q
sudo apt-get install ffmpeg -y -q
sudo apt-get install imagemagick -y -q
cat /etc/ImageMagick-6/policy.xml
sudo apt-get update
sudo apt-get install wget
sudo apt-get install ffmpeg
sudo apt-get install imagemagick
sudo sed --in-place '/policy domain="path" rights="none" pattern="@*"/d' /etc/ImageMagick-6/policy.xml
python -m pip install --upgrade pip
pip install virtualenv
- name: Run
Expand Down

0 comments on commit d20cfe3

Please sign in to comment.