Skip to content

Commit

Permalink
added libxcb-cursor-dev to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
zainengineer authored Jun 6, 2024
1 parent 93fc529 commit f4ac14b
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 f4ac14b

Please sign in to comment.