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 93fc529 + f4ac14b commit c297e47Copy full SHA for c297e47
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
node-version: '12.18.2'
21
- run: sudo apt update
22
- - run: sudo apt install libegl1 libopengl0
+ - run: sudo apt install libegl1 libopengl0 libxcb-cursor-dev
23
- run: sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
24
- run: sudo npm install -g gitbook-cli
25
- run: gitbook install
0 commit comments