This commit is contained in:
Essem 2020-11-20 13:36:39 -06:00 committed by GitHub
parent 1d04404eaf
commit 94135aa914
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,9 @@ jobs:
#scope: # optional
# Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user.
#token: # optional, default is ${{ github.token }}
- run: sudo apt-get update && sudo apt-get install -y git gcc g++ libjpeg-dev libwebp-dev libpango1.0 libpango1.0-dev ffmpeg
- run: git clone https://github.com/ImageMagick/ImageMagick && cd ImageMagick && ./configure && make && sudo make install && sudo ldconfig /usr/local/lib
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL