Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8acfdba

Browse files
committed
Fix build
1 parent 930ba51 commit 8acfdba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎.github/workflows/build.yml‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v2
1515
- name: Install node
16-
uses: actions/setup-node@v1
16+
uses: actions/setup-node@v2
1717
with:
1818
node-version: '14.x'
1919
- name: Install Python
@@ -23,8 +23,6 @@ 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
2826
- name: Build the extension
2927
run: |
3028
jlpm

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /