Commit cd479dd4 authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Add missing sudo.

parent 60de7722
......@@ -15,7 +15,7 @@ jobs:
# Build doc #
#############
build:
name: Make HTML doc
name: Make doc
continue-on-error: false
runs-on: ubuntu-latest
......@@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
pip3 install -r doc/requirements.txt
apt-get -y install latexmk
sudo apt-get -y install latexmk
- name: Build doc
run: |
......
Supports Markdown
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