Skip to content

Commit d0b8f8c

Browse files
committed
fix: Windows libreoffice CI path
1 parent 75adddd commit d0b8f8c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/libreoffice.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858

5959
- name: Install LibreOffice headless (Windows)
6060
if: runner.os == 'Windows'
61-
run: choco install libreoffice-fresh -y
61+
run: |
62+
choco install libreoffice -y
63+
echo "C:\Program Files\LibreOffice\program" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
6264
6365
- name: Install LibreOffice headless (macOS)
6466
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)