Skip to content

Commit

Permalink
.github: install meson for CodeQL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Aug 26, 2023
1 parent 722f949 commit 8ec11ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality

- name: Prepare Build Environment
run: |
apt update
apt install --yes meson
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
Expand Down

0 comments on commit 8ec11ba

Please sign in to comment.