Skip to content

Commit 44d93ee

Browse files
add extra calibre dependencies to publish action
1 parent a82e429 commit 44d93ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/install_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mkdir -p target
55

66
echo "Installing JRE..."
77
sudo apt-get update
8-
sudo apt-get install -y default-jre
8+
sudo apt-get install -y default-jre libegl1 libopengl0
99

1010
echo "Installing Calibre..."
1111
wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin

0 commit comments

Comments
 (0)