OSDN Git Service

Update codeql-analysis.yml
authorIvailo Monev <xakepa10@gmail.com>
Fri, 11 Sep 2020 14:25:09 +0000 (17:25 +0300)
committerGitHub <noreply@github.com>
Fri, 11 Sep 2020 14:25:09 +0000 (17:25 +0300)
.github/workflows/codeql-analysis.yml

index 3a95f57..500fa51 100644 (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.