Skip to content

Commit c3a2bd1

Browse files
committed
fix: system dependencies
1 parent fdba752 commit c3a2bd1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pelican.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
with:
2424
python-version: "3.11"
2525

26+
- name: install system dependencies
27+
run: |
28+
sudo apt-get update
29+
sudo apt-get install -y libjpeg-dev zlib1g-dev libfreetype6-dev
30+
2631
- name: install dependencies
2732
run: |
2833
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)