Skip to content

Commit

Permalink
Merge pull request #51 from supabase/fix-arm-build
Browse files Browse the repository at this point in the history
fix: arm build, install python for native node module builds
  • Loading branch information
inian authored Jul 20, 2021
2 parents 6ddbafa + d0fce9c commit 0fd5b95
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 0fd5b95

Please # to comment.