Commit 4ff543e0 authored by Rosty Geyyer's avatar Rosty Geyyer
Browse files

Add 'sudo'

parent 8aa32e09
......@@ -16,13 +16,13 @@ jobs:
steps:
- name: Requirements
run: apt update
&& apt install -y doxygen
run: sudo apt update
&& sudo apt install -y doxygen
&& pip3 install sphinx-rtd-theme
&& pip3 install breathe
&& pip3 install sphinxcontrib.bibtex
&& apt install -y latexmk
&& apt install -y texlive-latex-extra
&& sudo apt install -y latexmk
&& sudo apt install -y texlive-latex-extra
- name: Checkout repo
uses: actions/checkout@1.0.0
- name: Build docs
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment