Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yecol authored Aug 15, 2024
1 parent 01552a1 commit 88f5288
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,9 @@ jobs:
# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- if: matrix.build-mode == 'manual'
name: Cpp Manual Build and Analysis
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \
'your code, for example:'
echo 'Install dependencies'
pip install gsctl
gsctl install-deps dev
Expand All @@ -97,7 +95,8 @@ jobs:
cd analytical_engine
mkdir build
cd build
cmake -DBUILD_TESTS=OFF ..
cmake -DBUILD_TESTS=OFF \
-DENABLE_JAVA_SDK=OFF ..
make
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 88f5288

Please sign in to comment.