Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
4ff543e0
Commit
4ff543e0
authored
Mar 23, 2023
by
Rosty Geyyer
Browse files
Add 'sudo'
parent
8aa32e09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.github/workflows/docs.yml
.github/workflows/docs.yml
+4
-4
No files found.
.github/workflows/docs.yml
View file @
4ff543e0
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment