Skip to content

Commit

Permalink
ci: try avoiding windows-cmake errors (#14053)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc authored Apr 24, 2024
1 parent a0fc9dd commit bbfacb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ jobs:
- name: Download and Install CMake
shell: bash
run: |
choco install -y cmake --version 3.29.0 || \
(sleep 60 ; choco install -y cmake --version 3.29.0) || \
(sleep 120 ; choco install -y cmake --version 3.29.0)
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
working-directory: "${{runner.temp}}"
shell: bash
Expand Down

0 comments on commit bbfacb5

Please sign in to comment.