Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed May 22, 2024
1 parent 5c947c1 commit 0c2f25d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt install -y gcc g++
gcc --version
g++ --version
sudo script/ci_setup_dependencies.sh
- name: CodeQL Initialization
uses: github/codeql-action/init@v3
Expand All @@ -27,10 +29,6 @@ jobs:
queries: +security-and-quality
- name: Build
run: |
echo $CC
echo $CXX
gcc --version
g++ --version
cmake -S test -B build
cmake --build build -j 4
- name: CodeQL Analysis
Expand Down

0 comments on commit 0c2f25d

Please sign in to comment.