Skip to content

Commit

Permalink
Merge pull request #247 from novalagung/fix/ebook-pipeline
Browse files Browse the repository at this point in the history
feat: add install libxcb-cursor0
  • Loading branch information
novalagung authored Dec 22, 2023
2 parents d11eb1c + df2c624 commit cc5f096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: 'Installing requirements'
run: |
npm install -g gitbook-cli svgexport
sudo apt install libegl1 libopengl0
sudo apt install libegl1 libopengl0 libxcb-cursor0
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
- name: 'Generating distributable files'
run: |
Expand Down

0 comments on commit cc5f096

Please sign in to comment.