Skip to content

Commit a532dd3

Browse files
author
Tao Lin
committed
fix: missing the system library libEGL.so.1 error
1 parent e43c5ce commit a532dd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
node-version: '12.18.2'
2121
- run: sudo apt update
22+
- run: sudo apt install libegl1 libopengl0
2223
- run: sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
2324
- run: sudo npm install -g gitbook-cli
2425
- run: gitbook install

0 commit comments

Comments
 (0)