ci/cd - execute apt install as root for doc to pdf workflow

This commit is contained in:
florian 2023-05-02 10:47:42 +02:00
parent c4093a2d7b
commit a47d7df401
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Install doc requirements
run: pip install -r docs/requirements.txt
- name: Install chromium
run: apt install chromium-browser
run: sudo apt install chromium-browser
- name: Install node
uses: actions/setup-node@v3
with: