summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2023-05-12 14:58:25 +0200
committerTomek Mrugalski <tomek@isc.org>2023-05-19 13:41:54 +0200
commit06e937b8c314a71c7c16ab9bad938cb43143ea54 (patch)
treeec1e232883646327f6ab940730836a2edbb85291 /.github
parent[#2760] Disabled RADIUS in workflow (diff)
downloadkea-06e937b8c314a71c7c16ab9bad938cb43143ea54.tar.xz
kea-06e937b8c314a71c7c16ab9bad938cb43143ea54.zip
[#2760] Removed pgsql, retrying workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql.yml2
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