From 75bfbb7c0c26bc7f74e23e7dccd138d0225a2366 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 29 Feb 2024 09:21:46 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fac4095e..fc4c73b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Setup run: | apt-get update - apt-get install python-software-properties software-properties-common + apt-get install software-properties-common add-apt-repository ppa:git-core/ppa -y apt-get install -y curl git pkg-config libsystemd-dev CMAKE_VERSION="3.24.2"