Skip to content

Commit 227f948

Browse files
committed
try enabling windows documentation workflow (attempt 4)
1 parent 29c7c59 commit 227f948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174

175175
- name: Install MikTeX (Windows)
176176
run: |
177-
choco install miktex --no-progress
177+
choco install miktex --no-progress --params "/Set:complete"
178178
echo "C:\Program Files\MiKTeX\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
179179
if: matrix.config.os == 'windows-latest'
180180

0 commit comments

Comments
 (0)