Specify working cmake version to use on CI.
This commit is contained in:
parent
6ab0234c59
commit
470603f6bc
1 changed files with 6 additions and 2 deletions
8
.github/workflows/ci-main.yml
vendored
8
.github/workflows/ci-main.yml
vendored
|
@ -322,7 +322,9 @@ jobs:
|
|||
D:/a/wesnoth/vcpkg/bootstrap-vcpkg.bat
|
||||
|
||||
- name: Setup cmake
|
||||
uses: jwlawson/actions-setup-cmake@v1.8
|
||||
uses: jwlawson/actions-setup-cmake@v1.9
|
||||
with:
|
||||
cmake-version: '3.20'
|
||||
|
||||
- name: Use cmake
|
||||
run: |
|
||||
|
@ -374,7 +376,9 @@ jobs:
|
|||
D:/a/wesnoth/vcpkg/bootstrap-vcpkg.bat
|
||||
|
||||
- name: Setup cmake
|
||||
uses: jwlawson/actions-setup-cmake@v1.8
|
||||
uses: jwlawson/actions-setup-cmake@v1.9
|
||||
with:
|
||||
cmake-version: '3.20'
|
||||
|
||||
- name: Use cmake
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue