Skip to content

Commit

Permalink
ci: added Ninja build tools installation step to code analysis workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Mar 5, 2024
1 parent 76c0161 commit 10f7407
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
sudo apt-get install gcc-multilib g++-multilib cmake
sudo apt-get install qtbase5-dev
- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@v4

- name: Create build environment
# Some projects don't allow in-source building, so create a separate build directory
# We'll use this as our working directory for all subsequent commands
Expand Down

0 comments on commit 10f7407

Please sign in to comment.