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

Add 'sudo'

parent 8aa32e09
...@@ -16,13 +16,13 @@ jobs: ...@@ -16,13 +16,13 @@ jobs:
steps: steps:
- name: Requirements - name: Requirements
run: apt update run: sudo apt update
&& apt install -y doxygen && sudo apt install -y doxygen
&& pip3 install sphinx-rtd-theme && pip3 install sphinx-rtd-theme
&& pip3 install breathe && pip3 install breathe
&& pip3 install sphinxcontrib.bibtex && pip3 install sphinxcontrib.bibtex
&& apt install -y latexmk && sudo apt install -y latexmk
&& apt install -y texlive-latex-extra && sudo apt install -y texlive-latex-extra
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@1.0.0 uses: actions/checkout@1.0.0
- name: Build docs - 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