From: Tomek Mrugalski Date: Thu, 9 Mar 2023 13:44:38 +0000 (+0100) Subject: [#2760] Check if Kea compilation is even needed X-Git-Tag: Kea-2.3.8~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2cc5d2076114ef73ba714e364af8be7377b05c;p=thirdparty%2Fkea.git [#2760] Check if Kea compilation is even needed --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1daf44d2a3..373dfa5e2b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -55,7 +55,7 @@ jobs: run: | autoreconf -i ./configure - make -j2 + # make -j2 # ℹ️ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun