We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ff66e commit cff5b40Copy full SHA for cff5b40
.github/workflows/codeql-analysis.yml
@@ -64,9 +64,12 @@ jobs:
64
# If the Autobuild fails above, remove it and uncomment the following three lines.
65
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
66
67
- # - run: |
68
- # echo "Run, Build Application using script"
69
- # ./location_of_script_within_repo/buildscript.sh
+ - run: |
+ echo "Compile iipsrv"
+ 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
73
74
- name: Perform CodeQL Analysis
75
uses: github/codeql-action/analyze@v3
0 commit comments