From ed21875083baf858dd4b16a253e21755074df122 Mon Sep 17 00:00:00 2001 From: friendlyanon <1736896+friendlyanon@users.noreply.github.com> Date: Wed, 28 Oct 2020 14:44:13 +0100 Subject: [PATCH] Remove old CMake version (#1259) The images used by github already come with a sufficiently recent CMake version instead of a very outdated one. See: https://github.com/actions/virtual-environments Co-authored-by: friendlyanon --- .github/workflows/ubuntu18-checkperf.yml | 4 ---- .github/workflows/ubuntu18.yml | 4 ---- .github/workflows/ubuntu20-checkperf.yml | 4 ---- .github/workflows/ubuntu20.yml | 4 ---- 4 files changed, 16 deletions(-) diff --git a/.github/workflows/ubuntu18-checkperf.yml b/.github/workflows/ubuntu18-checkperf.yml index 83fe2918..c8bb1657 100644 --- a/.github/workflows/ubuntu18-checkperf.yml +++ b/.github/workflows/ubuntu18-checkperf.yml @@ -7,10 +7,6 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - - name: Setup cmake - uses: jwlawson/actions-setup-cmake@v1.0 - with: - cmake-version: '3.9.x' - name: Use cmake run: | mkdir build && diff --git a/.github/workflows/ubuntu18.yml b/.github/workflows/ubuntu18.yml index 44cedfc0..65e42807 100644 --- a/.github/workflows/ubuntu18.yml +++ b/.github/workflows/ubuntu18.yml @@ -7,10 +7,6 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - - name: Setup cmake - uses: jwlawson/actions-setup-cmake@v1.0 - with: - cmake-version: '3.9.x' - name: Use cmake run: | mkdir build && diff --git a/.github/workflows/ubuntu20-checkperf.yml b/.github/workflows/ubuntu20-checkperf.yml index 86e99b67..95f95f54 100644 --- a/.github/workflows/ubuntu20-checkperf.yml +++ b/.github/workflows/ubuntu20-checkperf.yml @@ -7,10 +7,6 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - - name: Setup cmake - uses: jwlawson/actions-setup-cmake@v1.0 - with: - cmake-version: '3.9.x' - name: Use cmake run: | mkdir build && diff --git a/.github/workflows/ubuntu20.yml b/.github/workflows/ubuntu20.yml index adbddd82..cb89b231 100644 --- a/.github/workflows/ubuntu20.yml +++ b/.github/workflows/ubuntu20.yml @@ -7,10 +7,6 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - - name: Setup cmake - uses: jwlawson/actions-setup-cmake@v1.0 - with: - cmake-version: '3.9.x' - name: Use cmake run: | mkdir build &&