aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/codeql.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 0992bb1..9af813b 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -25,7 +25,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
- runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
+ runs-on: ${{ 'ubuntu-latest' }}
permissions:
# required for all workflows
security-events: write
@@ -69,7 +69,7 @@ jobs:
- if: matrix.build-mode == 'manual'
shell: bash
run: |
- pip install --break-system-packages -r requirements.txt
+ sudo apt install meson ninja-build python3-pytest
meson setup build --buildtype=debug
meson compile -C build