Skip to content

Commit

Permalink
Install libreoffice-java-common while setting up CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Jan 10, 2025
1 parent 36deaee commit 760de11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ commands:
name: Set up LibreOffice
command: |
sudo apt-get update
sudo apt-get install -y libreoffice-common
sudo apt-get install -y libreoffice-common libreoffice-java-common
- restore_cache:
keys:
Expand Down

0 comments on commit 760de11

Please sign in to comment.