From d0fce9c6b509cb9a5878fc83e58f33e51200ba71 Mon Sep 17 00:00:00 2001 From: Inian Date: Tue, 20 Jul 2021 16:47:15 +0800 Subject: [PATCH] fix: arm build, install python for native node module builds compilation of native module xattr was failing cos python wasn't found --- .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 f3c93136..1e09c48e 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 + apt-get -y install --no-install-recommends curl wget ca-certificates python3 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash . ~/.nvm/nvm.sh nvm install 12.18.1