From bc4b32958565b39c7e35188b74fa811714707fbe Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 29 Feb 2024 09:28:18 +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 fc4c73b1..c29d9086 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 software-properties-common + apt-get install software-properties-common -y add-apt-repository ppa:git-core/ppa -y apt-get install -y curl git pkg-config libsystemd-dev CMAKE_VERSION="3.24.2"