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 4518f1e commit ebce9a5Copy full SHA for ebce9a5
.github/workflows/build_cmake.yml
@@ -167,7 +167,8 @@ jobs:
167
timeout_minutes: 10
168
max_attempts: 3
169
command: |
170
- choco install miktex --no-progress --params "/Set:basic" -y && echo "C:\Program Files\MiKTeX\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
+ choco install miktex --no-progress --params "/Set:basic" -y
171
+ if ($?) { echo "C:\Program Files\MiKTeX\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 }
172
if: matrix.config.os == 'windows-latest'
173
174
- name: Configure MikTeX (Windows)
0 commit comments