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 da7ce32 commit ebe7936Copy full SHA for ebe7936
.github/workflows/build_cmake.yml
@@ -169,10 +169,11 @@ jobs:
169
- name: Install MikTeX (Windows)
170
uses: nick-invision/retry@v3
171
with:
172
- timeout_minutes: 10
173
- max_attempts: 3
+ timeout_minutes: 15
+ max_attempts: 5
174
+ retry_wait_seconds: 60
175
command: |
- choco install miktex --no-progress --params "/Set:basic" -y
176
+ choco install miktex --debug --verbose --no-progress --params "/Set:basic" -y
177
if ($?) { echo "C:\Program Files\MiKTeX\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 }
178
if: matrix.config.os == 'windows-latest'
179
0 commit comments