Skip to content

Commit 6795a55

Browse files
committed
CI: Install python3-dev, librairo2-dev, and pkg-config before building docs
1 parent 88cbcfb commit 6795a55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,11 @@ jobs:
12351235
steps:
12361236
- checkout
12371237
- setup_prerelease_commit_hash
1238+
- run:
1239+
name: Install build system dependencies
1240+
command: |
1241+
apt-get update
1242+
apt-get install --quiet=2 --no-install-recommends python3-dev libcairo2-dev pkg-config
12381243
- run:
12391244
name: Build documentation
12401245
command: docs/docs.sh

0 commit comments

Comments
 (0)