From a3b6ca3f9b4299d15c2a2460f3b6b2e3086544fc Mon Sep 17 00:00:00 2001 From: Inian Date: Tue, 20 Jul 2021 17:03:27 +0800 Subject: [PATCH] add other node-gyp dependencies --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e09c48e..db7ddcef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,7 +109,7 @@ jobs: # --volume "${PWD}/.ccache:/root/.npm" install: | apt-get update -y - apt-get -y install --no-install-recommends curl wget ca-certificates python3 + apt-get -y install --no-install-recommends curl wget ca-certificates python3 build-essential curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash . ~/.nvm/nvm.sh nvm install 12.18.1