Skip to content

Commit df2c624

Browse files
authored
feat: add install libxcb-cursor0
1 parent d11eb1c commit df2c624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: 'Installing requirements'
6565
run: |
6666
npm install -g gitbook-cli svgexport
67-
sudo apt install libegl1 libopengl0
67+
sudo apt install libegl1 libopengl0 libxcb-cursor0
6868
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
6969
- name: 'Generating distributable files'
7070
run: |

0 commit comments

Comments
 (0)