From 6eaebaaa2fe62a020e515197c594026fcad55f72 Mon Sep 17 00:00:00 2001 From: "Evgeniy A. Dushistov" Date: Sun, 17 Aug 2025 13:26:03 +0300 Subject: [PATCH] test: use cmake from distributive --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 330d91f..7c02fa5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,11 +25,6 @@ jobs: - uses: actions/checkout@v3 with: submodules: 'recursive' - - uses: jwlawson/actions-setup-cmake@v1.4 - if: matrix.os != 'ubuntu-latest' - with: - cmake-version: '3.5.1' - github-api-token: ${{ secrets.GITHUB_TOKEN }} - name: Check versions run: | set -e @@ -39,7 +34,7 @@ jobs: shell: bash - uses: awalsh128/cache-apt-pkgs-action@v1 with: - packages: libglib2.0-dev + packages: libglib2.0-dev cmake version: 1.0 - name: Run tests run: |