Skip to content

Commit

Permalink
Merge pull request #697 from zainengineer/master
Browse files Browse the repository at this point in the history
  • Loading branch information
basarat authored Jun 6, 2024
2 parents 93fc529 + f4ac14b commit c297e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: '12.18.2'
- run: sudo apt update
- run: sudo apt install libegl1 libopengl0
- run: sudo apt install libegl1 libopengl0 libxcb-cursor-dev
- run: sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
- run: sudo npm install -g gitbook-cli
- run: gitbook install
Expand Down

0 comments on commit c297e47

Please sign in to comment.