Skip to content

Commit

Permalink
Update CodeQL workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ruven committed Jan 6, 2025
1 parent 16ff66e commit cff5b40
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,12 @@ jobs:
# If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.

# - run: |
# echo "Run, Build Application using script"
# ./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
./autogen.sh
./configure
make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit cff5b40

Please sign in to comment.