diff options
author | Tomek Mrugalski <tomek@isc.org> | 2023-05-12 14:58:25 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2023-05-19 13:41:54 +0200 |
commit | 06e937b8c314a71c7c16ab9bad938cb43143ea54 (patch) | |
tree | ec1e232883646327f6ab940730836a2edbb85291 /.github | |
parent | [#2760] Disabled RADIUS in workflow (diff) | |
download | kea-06e937b8c314a71c7c16ab9bad938cb43143ea54.tar.xz kea-06e937b8c314a71c7c16ab9bad938cb43143ea54.zip |
[#2760] Removed pgsql, retrying workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |