Skip to content

Commit bbbb7ef

Browse files
committed
fix: Windows libreoffice CI
1 parent bbe7a45 commit bbbb7ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/libreoffice.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
run: |
6262
choco install libreoffice -y
6363
echo "C:\Program Files\LibreOffice\program" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
64+
Start-Process "C:\Program Files\LibreOffice\program\soffice.exe" -ArgumentList "--headless --norestore --nofirststartwizard" -Wait -PassThru
65+
6466
6567
- name: Install LibreOffice headless (macOS)
6668
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)