We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac90ee commit a89788fCopy full SHA for a89788f
.github/workflows/windows-cmake.yml
@@ -211,12 +211,6 @@ jobs:
211
- name: Pre Build Disk Space
212
shell: bash
213
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)
220
- name: Download and Install sccache
221
if: ${{ inputs.sccache-mode != 'DISABLED' }}
222
working-directory: "${{runner.temp}}"
0 commit comments