Skip to content

Commit a3b6ca3

Browse files
committed
add other node-gyp dependencies
1 parent d0fce9c commit a3b6ca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# --volume "${PWD}/.ccache:/root/.npm"
110110
install: |
111111
apt-get update -y
112-
apt-get -y install --no-install-recommends curl wget ca-certificates python3
112+
apt-get -y install --no-install-recommends curl wget ca-certificates python3 build-essential
113113
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
114114
. ~/.nvm/nvm.sh
115115
nvm install 12.18.1

0 commit comments

Comments
 (0)