From: Tomek Mrugalski Date: Fri, 12 May 2023 12:58:25 +0000 (+0200) Subject: [#2760] Removed pgsql, retrying workflow X-Git-Tag: Kea-2.3.8~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06e937b8c314a71c7c16ab9bad938cb43143ea54;p=thirdparty%2Fkea.git [#2760] Removed pgsql, retrying workflow --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 46d29f6974..e0e388814e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -44,7 +44,7 @@ jobs: # If this step fails, then you should remove it and run the build manually (see below) - name: Install dependencies run: | - ./hammer.py prepare-system -p local -w docs,mysql,netconf,perfdhcp,pgsql,shell,tls,unittest + ./hammer.py prepare-system -p local -w docs,mysql,netconf,perfdhcp,shell,tls,unittest - name: Inspect system CPU run: cat /proc/cpuinfo