We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe7a45 commit bbbb7efCopy full SHA for bbbb7ef
1 file changed
.github/workflows/libreoffice.yml
@@ -61,6 +61,8 @@ jobs:
61
run: |
62
choco install libreoffice -y
63
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
+
66
67
- name: Install LibreOffice headless (macOS)
68
if: runner.os == 'macOS'
0 commit comments