Skip to content

Commit

Permalink
[build] Fixed CodeQL configuration (#2644).
Browse files Browse the repository at this point in the history
  • Loading branch information
ethouris authored Feb 8, 2023
1 parent 65bef37 commit f57beb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3

- name: Configure
run: cmake . -DENABLE_HEAVY_LOGGING=1 -DENABLE_BONDING=1
run: cmake -DENABLE_HEAVY_LOGGING=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-fpermissive -DENABLE_BONDING=1 .

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand All @@ -35,7 +35,6 @@ jobs:

- name: Build
run: |
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-fpermissive -DENABLE_BONDING=ON .
make
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit f57beb6

Please sign in to comment.