We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b8f8c commit bbe7a45Copy full SHA for bbe7a45
1 file changed
.github/workflows/libreoffice.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Install LibreOffice headless (Ubuntu)
56
if: runner.os == 'Linux'
57
- run: sudo apt-get update && sudo apt-get install -y libreoffice-common libreoffice-writer libreoffice-calc
+ run: sudo apt-get update && sudo apt-get install -y libreoffice-common libreoffice-writer libreoffice-calc libreoffice-impress
58
59
- name: Install LibreOffice headless (Windows)
60
if: runner.os == 'Windows'
0 commit comments