Install libsystemd-dev in linux pipeline

Without this package the test_systemd_sink.cpp will not be tested.
pull/2669/head
Luis Angerstein 3 years ago committed by GitHub
parent 2a861d28bd
commit f5ebf647f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@main
- name: Setup
run: |
apt-get update && apt-get install -y curl git
apt-get update && apt-get install -y curl git libsystemd-dev
CMAKE_VERSION="3.24.2"
curl -sSL https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-x86_64.sh -o install-cmake.sh
chmod +x install-cmake.sh

Loading…
Cancel
Save