Skip to content

Commit 21d4ff7

Browse files
committed
Install rsync
1 parent 046a50d commit 21d4ff7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
path: docs
3636
fetch-depth: 2
3737

38+
# python:2.7.18-buster does not include rsync
39+
- name: "Install rsync"
40+
run: "apt-get update && apt-get -y install rsync"
41+
3842
# The requirements file installs urllib3 with an incompatible version; we replace it with one that works
3943
- name: "Install giza"
4044
run: |

0 commit comments

Comments
 (0)