Update ci.yml

This commit is contained in:
Gabi Melman 2024-02-29 09:56:11 +02:00 committed by GitHub
parent bc4b329585
commit 60faedb025
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,8 +26,6 @@ jobs:
- name: Setup
run: |
apt-get update
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"
curl -sSL https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-x86_64.sh -o install-cmake.sh