Skip to content

Commit bbe7a45

Browse files
committed
fix: Linux libreoffice CI install
1 parent d0b8f8c commit bbe7a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/libreoffice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Install LibreOffice headless (Ubuntu)
5656
if: runner.os == 'Linux'
57-
run: sudo apt-get update && sudo apt-get install -y libreoffice-common libreoffice-writer libreoffice-calc
57+
run: sudo apt-get update && sudo apt-get install -y libreoffice-common libreoffice-writer libreoffice-calc libreoffice-impress
5858

5959
- name: Install LibreOffice headless (Windows)
6060
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)