From 628d388a6a1234a78357b44b67a6f28bc610500a Mon Sep 17 00:00:00 2001 From: Pentarctagon Date: Mon, 4 Jul 2022 00:39:43 -0500 Subject: [PATCH] More explicitly specify the cmake version to use. --- .github/workflows/ci-main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index fa5f69248c9..0efa5028cac 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -224,7 +224,7 @@ jobs: path: | D:/a/wesnoth/vcpkg D:/a/wesnoth/wesnoth/vcpkg_installed - key: win-cache-0001 + key: win-cache-0002 - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.0.2 @@ -240,7 +240,7 @@ jobs: - name: Setup cmake uses: jwlawson/actions-setup-cmake@v1.9 with: - cmake-version: '3.20' + cmake-version: '3.20.6' - name: Use cmake run: | @@ -277,7 +277,7 @@ jobs: path: | D:/a/wesnoth/vcpkg D:/a/wesnoth/wesnoth/vcpkg_installed - key: win-cache-0001 + key: win-cache-0002 - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.0.2 @@ -293,7 +293,7 @@ jobs: - name: Setup cmake uses: jwlawson/actions-setup-cmake@v1.9 with: - cmake-version: '3.20' + cmake-version: '3.20.6' - name: Use cmake run: |