Skip to content

Commit

Permalink
Fix install os dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 committed Jan 5, 2023
1 parent 4b7721e commit 4c0dd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: .cache

- name: Install OS dependencies
run: apt-get install libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev
run: sudo apt-get install libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev

- name: Install Python dependencies
run: pip install -r docs/requirements.txt
Expand Down

0 comments on commit 4c0dd26

Please sign in to comment.