From d39e75800a3a8c92431ce0aa9c37c0ae64ae5558 Mon Sep 17 00:00:00 2001 From: Maciej Manna Date: Mon, 22 Apr 2024 16:33:23 +0200 Subject: [PATCH] revert to specific cmake and ninja versions in cpp setup --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24519cf..8ea77a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,8 @@ jobs: uses: aminya/setup-cpp@v1 with: compiler: ${{ matrix.compiler }} - cmake: 3.22 - ninja: 1.10 + cmake: 3.22.1 + ninja: 1.10.1 conan: 2 - name: Setup Dependencies via Conan