There was an error while loading. Please reload this page.
1 parent 9f0d926 commit 930ba51Copy full SHA for 930ba51
.github/workflows/build.yml
@@ -23,6 +23,8 @@ jobs:
23
architecture: 'x64'
24
- name: Install dependencies
25
run: python -m pip install jupyterlab
26
+ - name: Install libgbm1 to fix puppeteer
27
+ run: sudo apt-get install libgbm1
28
- name: Build the extension
29
run: |
30
jlpm
0 commit comments