We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d11eb1c + df2c624 commit cc5f096Copy full SHA for cc5f096
.github/workflows/deploy.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: 'Installing requirements'
65
run: |
66
npm install -g gitbook-cli svgexport
67
- sudo apt install libegl1 libopengl0
+ sudo apt install libegl1 libopengl0 libxcb-cursor0
68
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
69
- name: 'Generating distributable files'
70
0 commit comments