Remove cmake install from linux ci

pull/3250/head
Gabi Melman 10 months ago committed by GitHub
parent 51a0deca2c
commit 7d5b4ac8ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,11 +33,7 @@ jobs:
- name: Setup - name: Setup
run: | run: |
apt-get update apt-get update
apt-get install -y curl git pkg-config libsystemd-dev apt-get install -y 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
./install-cmake.sh --prefix=/usr/local --skip-license
- name: Setup Compiler - name: Setup Compiler
if: matrix.config.compiler == 'clang' if: matrix.config.compiler == 'clang'
run: | run: |

Loading…
Cancel
Save