We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92810ad commit b944fd6Copy full SHA for b944fd6
1 file changed
.github/workflows/libreoffice.yml
@@ -89,7 +89,7 @@ jobs:
89
if: runner.os == 'Windows'
90
shell: pwsh
91
run: |
92
- choco install libreoffice -y
+ choco install libreoffice-fresh -y
93
echo "C:\Program Files\LibreOffice\program" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
94
95
- name: Install LibreOffice headless (macOS)
0 commit comments