Fix CI docs build, install rsync
All checks were successful
Build documentation / build-and-deploy (push) Successful in 43s

This commit is contained in:
2025-12-31 21:25:33 +01:00
parent 74c782d653
commit 97ad0b338c

View File

@@ -12,10 +12,10 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: Install doxygen and make
- name: Install software
run: |
sudo apt-get update
sudo apt-get install -y doxygen make
sudo apt-get install -y doxygen make rsync
- name: Set up python3
uses: actions/setup-python@v5