mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-03 00:49:01 +08:00
codeql: Run apt-get update before trying to install Ubuntu packages
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
19cc9afb25
commit
6ef6e36f78
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@ -43,6 +43,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install autoconf libleptonica-dev -y
|
sudo apt-get install autoconf libleptonica-dev -y
|
||||||
sudo apt-get install libpango1.0-dev -y
|
sudo apt-get install libpango1.0-dev -y
|
||||||
sudo apt-get install cabextract libarchive-dev -y
|
sudo apt-get install cabextract libarchive-dev -y
|
||||||
|
Loading…
Reference in New Issue
Block a user