Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markushi authored Oct 24, 2024
1 parent 5467852 commit ba10dff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
with:
languages: ${{ matrix.language }}

- name: Installing Linux Dependencies
run: |
sudo apt update
sudo apt install cmake clang-14 clang-tools llvm kcov g++-12 valgrind zlib1g-dev libcurl4-openssl-dev
- if: matrix.language == 'java'
name: Setup Java Version
uses: actions/setup-java@v4
Expand Down

0 comments on commit ba10dff

Please sign in to comment.