From 74e74ddc385e8a3d40202b11b4b7c1d6e13be7a3 Mon Sep 17 00:00:00 2001 From: Nik Date: Mon, 23 Dec 2024 00:06:59 +0100 Subject: [PATCH] git: Make CodeQL CI use ninja --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 3670f9335..a79ce7db6 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -59,7 +59,7 @@ jobs: -DIMHEX_PATTERNS_PULL_MASTER=ON \ -G Ninja \ .. - make -j 4 install + ninja install - name: 🗯️ Perform CodeQL Analysis uses: github/codeql-action/analyze@v2 \ No newline at end of file