From bd25b392e43cf66edd162a5ed52e9ca240e26f41 Mon Sep 17 00:00:00 2001 From: michele Date: Fri, 13 Dec 2024 07:23:58 +0000 Subject: [PATCH] update --- .github/workflows/all.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 505e2fc..92cde7d 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -61,8 +61,7 @@ jobs: submodules: recursive - name: Install CMake (Windows) if: matrix.os == 'windows-latest' - run: | - choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' + run: cmake --version - name: Install CMake (MacOS) if: matrix.os == 'macos-12' run: brew install cmake