From: Tomek Mrugalski Date: Thu, 9 Mar 2023 13:54:31 +0000 (+0100) Subject: [#2760] Syntax fixed X-Git-Tag: Kea-2.3.8~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f55800e4dfccdddc71e908458502e0b485095ec;p=thirdparty%2Fkea.git [#2760] Syntax fixed --- 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