ci: remove sudo from apt-get as container runs as root
Some checks failed
Deploy Documentation / build-and-deploy (push) Failing after 1m6s

This commit is contained in:
ignis 2026-06-01 05:45:31 +00:00
parent 0a26e771c2
commit 783f641896

View file

@ -14,8 +14,8 @@ jobs:
- name: Install Python & Graphviz
run: |
sudo apt-get update
sudo apt-get install -y python3 python3-pip python3-venv graphviz
apt-get update
apt-get install -y python3 python3-pip python3-venv graphviz
- name: Install Python Requirements & Compile Docs
run: |