Skip to content

Commit

Permalink
fix: arm build, install python for native node module builds
Browse files Browse the repository at this point in the history
compilation of native module xattr was failing cos python wasn't found
  • Loading branch information
inian committed Jul 20, 2021
1 parent 6ddbafa commit d0fce9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0fce9c

Please # to comment.