From ea2cc5d2076114ef73ba714e364af8be7377b05c Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Thu, 9 Mar 2023 14:44:38 +0100 Subject: [PATCH] [#2760] Check if Kea compilation is even needed --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2