Skip to content

Commit d50373c

Browse files
authored
Update PullAllExports.yml
1 parent 574bfcc commit d50373c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/PullAllExports.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
python-version: 3.9
1717
- name: Install dependencies
1818
run: |
19+
sudo apt update
20+
sudo apt install -y libcairo2-dev pkg-config python3-dev
21+
pkg-config --modversion cairo
1922
python -m pip install --upgrade pip
2023
pip install -r requirements.txt
2124
- name: Pull all exports

0 commit comments

Comments
 (0)