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 58eb7b2 commit 23696d0Copy full SHA for 23696d0
.github/workflows/build_cmake.yml
@@ -166,7 +166,8 @@ jobs:
166
with:
167
timeout_minutes: 10
168
max_attempts: 3
169
- command: 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
+ run: |
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
171
if: matrix.config.os == 'windows-latest'
172
173
- name: Configure MikTeX (Windows)
0 commit comments