We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fce9c commit a3b6ca3Copy full SHA for a3b6ca3
1 file changed
.github/workflows/build.yml
@@ -109,7 +109,7 @@ jobs:
109
# --volume "${PWD}/.ccache:/root/.npm"
110
install: |
111
apt-get update -y
112
- 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
113
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
114
. ~/.nvm/nvm.sh
115
nvm install 12.18.1
0 commit comments