mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 06:31:15 +08:00
add build-essential
This commit is contained in:
parent
536b725040
commit
ba5b736252
1
.github/workflows/test-browser.yml
vendored
1
.github/workflows/test-browser.yml
vendored
@ -20,5 +20,6 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: sudo apt-get update && sudo apt-get install -y build-essential
|
||||
- run: npm install
|
||||
- run: npm run test:browser
|
||||
|
Loading…
Reference in New Issue
Block a user