Skip to content

Commit a89788f

Browse files
authored
ci: use installed cmake (#14857)
1 parent 5ac90ee commit a89788f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/windows-cmake.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,6 @@ jobs:
211211
- name: Pre Build Disk Space
212212
shell: bash
213213
run: df -m
214-
- name: Download and Install CMake
215-
shell: bash
216-
run: |
217-
choco install -y cmake --version 3.29.2 || \
218-
(sleep 60 ; choco install -y cmake --version 3.29.2) || \
219-
(sleep 120 ; choco install -y cmake --version 3.29.2)
220214
- name: Download and Install sccache
221215
if: ${{ inputs.sccache-mode != 'DISABLED' }}
222216
working-directory: "${{runner.temp}}"

0 commit comments

Comments
 (0)