Skip to content

Commit 3f99dee

Browse files
authored
Update build-zeek.yml
1 parent 8a606fe commit 3f99dee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-zeek.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
- name: Install Zeek Build Dependencies
2525
run: |
2626
echo y | slackpkg install gcc gcc-g++ make cmake ninja flex bison swig \
27-
python3 python3-pip openssl zlib bzip2 libpcap libcurl libssh jemalloc guile \
28-
libarchive gc libxml2 binutils gettext icu4c m4 bind libuv lmdb \
29-
glibc-i18n glibc-profile glibc-zoneinfo dbus dbus-glib dbus-python libnl3
27+
python3 python3-pip openssl zlib bzip2 libpcap libcurl libssh jemalloc \
28+
guile libarchive gc libxml2 binutils gettext kernel-headers \
29+
glibc-i18n glibc-profile glibc-zoneinfo sqlite \
30+
dbus dbus-glib dbus-python libnl3 bind libuv lmdb icu4c m4
3031
3132
- name: Copy SlackBuild to /tmp/SBo
3233
run: |

0 commit comments

Comments
 (0)