Skip to content

Commit

Permalink
Install dependencies for social card imaging (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger authored Mar 25, 2024
1 parent 737c355 commit 8c2669b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install dependencies
run: |
apt-get install libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
Expand Down

0 comments on commit 8c2669b

Please sign in to comment.