Skip to content

Commit

Permalink
Fix build issues (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
osolmaz authored May 14, 2023
1 parent 56ce61d commit 20bdc0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
sudo apt-get update
sudo apt-get install libcairo2-dev libpango1.0-dev ffmpeg
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 20bdc0e

Please sign in to comment.