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 88a75ab commit 70ece9aCopy full SHA for 70ece9a
.github/workflows/build_cmake.yml
@@ -175,7 +175,11 @@ jobs:
175
- name: Install MikTeX (Windows)
176
run: |
177
choco install miktex --no-progress
178
- echo "%ProgramFiles%\MiKTeX\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
+ echo "C:\Program Files\MiKTeX\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
179
+ if: matrix.config.os == 'windows-latest'
180
+
181
+ - name: Configure MikTeX (Windows)
182
+ run: |
183
initexmf --admin --verbose --set-config-value=[MPM]AutoInstall=1
184
miktex --admin --verbose packages update-package-database
185
miktex --admin --verbose packages update
0 commit comments