Skip to content

Commit

Permalink
Remove systemd as a CI dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zinccyy committed Dec 14, 2022
1 parent b184fdb commit 2f4b678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ stages:
# install libraries
before_script:
- apt-get update
- apt-get -y install clang cmake git libpcre2-dev libsystemd-dev
- apt-get -y install clang cmake git libpcre2-dev
- apt-get -y install python3 python3-pip
- git clone https://github.com/CESNET/libyang.git
- git clone https://github.com/sysrepo/sysrepo.git
Expand Down

0 comments on commit 2f4b678

Please sign in to comment.