Skip to content

Commit

Permalink
Merge pull request #52 from supabase/fix-arm-build
Browse files Browse the repository at this point in the history
add other node-gyp dependencies
  • Loading branch information
inian authored Jul 20, 2021
2 parents 0fd5b95 + a3b6ca3 commit 65b677a
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 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
Expand Down

0 comments on commit 65b677a

Please # to comment.