From a96628c822ca4e4ca92fb989268eeecf1258a331 Mon Sep 17 00:00:00 2001 From: Paulo Sousa Date: Thu, 23 May 2024 13:35:27 -0300 Subject: [PATCH] ci: fix dep package --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 37b5f1bc8..5e7bb1851 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: with: version: v1.58 - run: | - apt-get install libsystemd-dev + apt-get -y install libsystemd-dev make test node-problem-detector: