More explicitly specify the cmake version to use.

This commit is contained in:
Pentarctagon 2022-07-04 00:39:43 -05:00
parent 159d5286bd
commit 628d388a6a
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -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: |