mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Use sudo for apt
This commit is contained in:
parent
8ab251c5f7
commit
41c1b711c2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
|
@ -28,8 +28,8 @@ jobs:
|
||||||
key: ${{ runner.os }}-pip${{ matrix.python-version }}
|
key: ${{ runner.os }}-pip${{ matrix.python-version }}
|
||||||
- name: Update system, install system requirements
|
- name: Update system, install system requirements
|
||||||
run: |
|
run: |
|
||||||
apt-get update -qq
|
sudo apt-get update -qq
|
||||||
apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr
|
sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr
|
||||||
- name: Upgrade pip, Install dependencies
|
- name: Upgrade pip, Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade pip pipenv sphinx
|
pip install --upgrade pip pipenv sphinx
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue