codeql: Run apt-get update before trying to install Ubuntu packages

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2021-09-22 07:04:33 +02:00
parent 19cc9afb25
commit 6ef6e36f78

View File

@ -43,6 +43,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install autoconf libleptonica-dev -y
sudo apt-get install libpango1.0-dev -y
sudo apt-get install cabextract libarchive-dev -y