Skip to content

Commit 930ba51

Browse files
committed
Fix build
1 parent 9f0d926 commit 930ba51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
architecture: 'x64'
2424
- name: Install dependencies
2525
run: python -m pip install jupyterlab
26+
- name: Install libgbm1 to fix puppeteer
27+
run: sudo apt-get install libgbm1
2628
- name: Build the extension
2729
run: |
2830
jlpm

0 commit comments

Comments
 (0)