Fix docs gen workflow

This commit is contained in:
zvecr 2024-06-13 03:09:02 +01:00
parent ccb37399d5
commit 99fa0998db

View File

@ -36,6 +36,7 @@ jobs:
- name: Install dependencies
run: |
pip3 install -r requirements-dev.txt
apt-get update && apt-get install -y rsync doxygen
# install nvm
touch $HOME/.bashrc