From 1048ceaf88c13bdc4f3d8ef3c55434b058d4194c Mon Sep 17 00:00:00 2001 From: Paulo Sousa Date: Thu, 23 May 2024 13:37:04 -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 5e7bb1851..d130e5d1d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: with: version: v1.58 - run: | - apt-get -y install libsystemd-dev + sudo apt-get -y install libsystemd-dev make test node-problem-detector: