Skip to content

Commit

Permalink
fix(ci): install ffmpeg firstly
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Nov 20, 2019
1 parent df13699 commit 2cae8c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Install dependencies
run: |
pip install .
apt-get install -y ffmpeg
- name: Download test resource
run: |
curl -o demo.mp4 https://raw.githubusercontent.com/williamfzc/stagesep2-sample/master/videos/demo.mp4
Expand Down

0 comments on commit 2cae8c4

Please sign in to comment.