We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66111b3 + a532dd3 commit 93fc529Copy full SHA for 93fc529
.github/workflows/build.yml
@@ -19,6 +19,7 @@ jobs:
19
with:
20
node-version: '12.18.2'
21
- run: sudo apt update
22
+ - run: sudo apt install libegl1 libopengl0
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