Skip to content

Commit aec4196

Browse files
authored
Bring back misc deps (#1297)
1 parent 1ad5786 commit aec4196

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docsite-build-deploy.yml

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
mkdir -p docsite
3333
touch docsite/.nojekyll
3434
35+
- name: Install system deps
36+
run: |
37+
sudo apt-get update
38+
sudo apt-get install -y libcairo2-dev rsync
39+
3540
- name: Install Pandoc
3641
run: |
3742
sudo apt-get install -y pandoc

0 commit comments

Comments
 (0)