Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Perdiga committed Nov 12, 2024
1 parent d0b00d0 commit 4601f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
- name: Build
shell: bash
run: |
cd ./c_cpp_poc
cd ./cpp-sample
mkdir build
cd build
cmake ..
make
# ./hello_world
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit 4601f2b

Please sign in to comment.