Update codeql-analysis.yml

This commit is contained in:
Ivailo Monev 2020-09-11 17:25:09 +03:00 committed by GitHub
parent feb685cb3d
commit 81ea61fdc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,10 @@ jobs:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
- name: Install dependencies
run: |
apt-get update -qq
apt-get install -qq libpcre3-dev libssl-dev zlib1g-dev libzstd-dev libc6-dev libpng-dev libjpeg-dev libtiff-dev libcups2-dev libfreetype6-dev libfontconfig1-dev libdbus-1-dev libicu-dev unixodbc-dev libpq-dev libpqtypes-dev libmysqld-dev libaio-dev libwrap0-dev liblz4-dev libsqlite3-dev libunwind-dev xorg-dev
# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.