Skip to content

Commit

Permalink
ci: use installed cmake (#14857)
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthart authored Nov 22, 2024
1 parent 5ac90ee commit a89788f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/windows-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,6 @@ jobs:
- name: Pre Build Disk Space
shell: bash
run: df -m
- name: Download and Install CMake
shell: bash
run: |
choco install -y cmake --version 3.29.2 || \
(sleep 60 ; choco install -y cmake --version 3.29.2) || \
(sleep 120 ; choco install -y cmake --version 3.29.2)
- name: Download and Install sccache
if: ${{ inputs.sccache-mode != 'DISABLED' }}
working-directory: "${{runner.temp}}"
Expand Down

0 comments on commit a89788f

Please sign in to comment.