From 3f0e40071888de71c601fc1ce038b90a33075387 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 29 Feb 2024 09:04:33 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0aaa0932..fac4095e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,8 +25,10 @@ jobs: - uses: actions/checkout@main - name: Setup run: | - add-apt-repository ppa:git-core/ppa - apt-get update && apt-get install -y curl git pkg-config libsystemd-dev + apt-get update + apt-get install python-software-properties 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" 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