Update Windows CI cmake version to match master branch
This commit is contained in:
parent
2ef00f37cd
commit
f0b99fbb27
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-main.yml
vendored
4
.github/workflows/ci-main.yml
vendored
|
@ -236,7 +236,7 @@ jobs:
|
|||
- name: Setup cmake
|
||||
uses: jwlawson/actions-setup-cmake@v1.13
|
||||
with:
|
||||
cmake-version: '3.20'
|
||||
cmake-version: '3.20.6'
|
||||
|
||||
- name: Use cmake
|
||||
run: |
|
||||
|
@ -288,7 +288,7 @@ jobs:
|
|||
- name: Setup cmake
|
||||
uses: jwlawson/actions-setup-cmake@v1.13
|
||||
with:
|
||||
cmake-version: '3.20'
|
||||
cmake-version: '3.20.6'
|
||||
|
||||
- name: Use cmake
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue