Skip to content

Commit 4518f1e

Browse files
committed
try enabling windows documentation workflow (attempt 10)
1 parent 23696d0 commit 4518f1e

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
@@ -166,7 +166,7 @@ jobs:
166166
with:
167167
timeout_minutes: 10
168168
max_attempts: 3
169-
run: |
169+
command: |
170170
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
171171
if: matrix.config.os == 'windows-latest'
172172

0 commit comments

Comments
 (0)