We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c441b commit 263ba6eCopy full SHA for 263ba6e
.github/workflows/codeql.yml
@@ -75,7 +75,12 @@ jobs:
75
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
76
- if: matrix.build-mode == 'manual'
77
run: |
78
- true
+ 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
84
85
- name: Perform CodeQL Analysis
86
uses: github/codeql-action/analyze@v3
0 commit comments