Skip to content

Commit ebe7936

Browse files
committed
try enabling windows documentation workflow (attempt 13)
1 parent da7ce32 commit ebe7936

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build_cmake.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,11 @@ jobs:
169169
- name: Install MikTeX (Windows)
170170
uses: nick-invision/retry@v3
171171
with:
172-
timeout_minutes: 10
173-
max_attempts: 3
172+
timeout_minutes: 15
173+
max_attempts: 5
174+
retry_wait_seconds: 60
174175
command: |
175-
choco install miktex --no-progress --params "/Set:basic" -y
176+
choco install miktex --debug --verbose --no-progress --params "/Set:basic" -y
176177
if ($?) { echo "C:\Program Files\MiKTeX\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 }
177178
if: matrix.config.os == 'windows-latest'
178179

0 commit comments

Comments
 (0)