From 3a4b76124c33f578f51e6bb6f95d08f9b5a44251 Mon Sep 17 00:00:00 2001 From: "Evgeniy A. Dushistov" Date: Sun, 17 Aug 2025 13:27:58 +0300 Subject: [PATCH] test: make sure cmake 3.10 works --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c02fa5..1215e33 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,6 +25,10 @@ jobs: - uses: actions/checkout@v3 with: submodules: 'recursive' + - uses: jwlawson/actions-setup-cmake@v2 + with: + cmake-version: '3.10' + github-api-token: ${{ secrets.GITHUB_TOKEN }} - name: Check versions run: | set -e @@ -34,7 +38,7 @@ jobs: shell: bash - uses: awalsh128/cache-apt-pkgs-action@v1 with: - packages: libglib2.0-dev cmake + packages: libglib2.0-dev version: 1.0 - name: Run tests run: |