From 483a340feeb8e9a1d17fe4489278846cb239b687 Mon Sep 17 00:00:00 2001 From: Cody Balos Date: Fri, 16 Feb 2024 15:49:16 -0800 Subject: [PATCH] check cmake version --- .github/workflows/windows-latest-ninja.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows-latest-ninja.yml b/.github/workflows/windows-latest-ninja.yml index 0768f996bd..04918c638d 100644 --- a/.github/workflows/windows-latest-ninja.yml +++ b/.github/workflows/windows-latest-ninja.yml @@ -28,6 +28,9 @@ jobs: - name: Install Ninja run: choco install ninja + - name: Check cmake version + run: cmake --version + - uses: actions/checkout@v3 - name: Configure CMake (Shared)