pain
This commit is contained in:
parent
1d04404eaf
commit
94135aa914
1 changed files with 3 additions and 0 deletions
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
|
@ -53,6 +53,9 @@ jobs:
|
||||||
# Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user.
|
# 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 }}
|
#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.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v1
|
uses: github/codeql-action/init@v1
|
||||||
|
|
Loading…
Reference in a new issue