Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drzo authored Aug 23, 2024
1 parent d455330 commit 9533d5e
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CodeQL"
name: "CodeQL Analysis"

on:
push:
Expand Down Expand Up @@ -28,20 +28,25 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Conan
run: |
pip install conan
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y check
- name: Initialize the CodeQL tools
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}

- name: Set up dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake make gcc
- name: Build the code
run: |
mkdir build
cd build
conan install .. # Run conan to install dependencies
cmake ..
make
Expand Down

0 comments on commit 9533d5e

Please sign in to comment.