From 3f55800e4dfccdddc71e908458502e0b485095ec Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Thu, 9 Mar 2023 14:54:31 +0100 Subject: [PATCH] [#2760] Syntax fixed --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3331790dbd..6fa09fc5ed 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -49,11 +49,11 @@ jobs: - name: Inspect system CPU run: cat /proc/cpuinfo + # We want to enable shell, so python files are generated. And CodeQL can + # check them. - name: Build Kea run: | autoreconf -i - # We want to enable shell, so python files are generated. And CodeQL can - # check them. ./configure --enable-shell make -j2 -- 2.47.2