Skip to content

Commit 263ba6e

Browse files
committed
Building for codeql
1 parent 79c441b commit 263ba6e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/codeql.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,12 @@ jobs:
7575
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7676
- if: matrix.build-mode == 'manual'
7777
run: |
78-
true
78+
sudo apt-get update && sudo apt-get install -y \
79+
cmake ninja-build \
80+
ruby build-essential autoconf libtool \
81+
civetweb libcivetweb-dev libssl-dev libcjson-dev
82+
./prep.sh
83+
./build.sh
7984
8085
- name: Perform CodeQL Analysis
8186
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)