Skip to content

Commit cff5b40

Browse files
committed
Update CodeQL workflow file
1 parent 16ff66e commit cff5b40

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,12 @@ jobs:
6464
# If the Autobuild fails above, remove it and uncomment the following three lines.
6565
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
6666

67-
# - run: |
68-
# echo "Run, Build Application using script"
69-
# ./location_of_script_within_repo/buildscript.sh
67+
- run: |
68+
echo "Compile iipsrv"
69+
sudo apt-get update && sudo apt-get install libfcgi-dev libtiff-dev libpng-dev libturbojpeg-dev libwebp-dev libavif-dev libmemcached-dev libopenjp2-7-dev
70+
./autogen.sh
71+
./configure
72+
make
7073
7174
- name: Perform CodeQL Analysis
7275
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)