Skip to content

Commit 2f4b678

Browse files
committed
Remove systemd as a CI dependency
1 parent b184fdb commit 2f4b678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stages:
99
# install libraries
1010
before_script:
1111
- apt-get update
12-
- apt-get -y install clang cmake git libpcre2-dev libsystemd-dev
12+
- apt-get -y install clang cmake git libpcre2-dev
1313
- apt-get -y install python3 python3-pip
1414
- git clone https://github.com/CESNET/libyang.git
1515
- git clone https://github.com/sysrepo/sysrepo.git

0 commit comments

Comments
 (0)