Skip to content

Commit 9c61086

Browse files
Update action node.js.yml
1 parent 97a3d8d commit 9c61086

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29+
- run: |
30+
sudo apt-get update
31+
sudo apt-get -y install build-essential
2932
- run: git clone https://github.com/crossdb-org/crossdb.git
3033
- run: cd crossdb
3134
- run: make build

0 commit comments

Comments
 (0)