We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75adddd commit d0b8f8cCopy full SHA for d0b8f8c
1 file changed
.github/workflows/libreoffice.yml
@@ -58,7 +58,9 @@ jobs:
58
59
- name: Install LibreOffice headless (Windows)
60
if: runner.os == 'Windows'
61
- run: choco install libreoffice-fresh -y
+ run: |
62
+ choco install libreoffice -y
63
+ echo "C:\Program Files\LibreOffice\program" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
64
65
- name: Install LibreOffice headless (macOS)
66
if: runner.os == 'macOS'
0 commit comments