Skip to content

Commit

Permalink
No run with nob in CodeQL workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias committed Dec 31, 2024
1 parent 307ad6c commit 7a58a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shell: bash
run: |
sudo apt-get install libboost-all-dev libgtest-dev
g++ -std=c++20 -o nob nob.cpp
g++ -std=c++20 -DBUILD_ONLY -o nob nob.cpp
./nob
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 7a58a45

Please sign in to comment.