Skip to content

Commit

Permalink
Install default-jre 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 760de11 commit 3ba9d2e
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 libreoffice-java-common
sudo apt-get install -y libreoffice-common libreoffice-java-common default-jre
- restore_cache:
keys:
Expand Down

0 comments on commit 3ba9d2e

Please sign in to comment.