More explicitly specify the cmake version to use.
This commit is contained in:
parent
159d5286bd
commit
628d388a6a
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci-main.yml
vendored
8
.github/workflows/ci-main.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue