From 47002761b0be7825a2466e48b12e1000d90f7c6f Mon Sep 17 00:00:00 2001 From: Sprite Date: Sun, 1 Oct 2023 00:54:42 +0800 Subject: [PATCH] CI use the latest CMake instead of the fixed version `3.21.4` --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2729786..3dc433a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,7 +22,7 @@ env: BUILD_TYPE: RelWithDebInfo UPLOAD_ARTIFACT: true CACHE_DEPS: false - FIXED_CMAKE_VERSION: 3.21.4 + FIXED_CMAKE_VERSION: jobs: Build: