Skip to content

Commit 65b677a

Browse files
authored
Merge pull request #52 from supabase/fix-arm-build
add other node-gyp dependencies
2 parents 0fd5b95 + a3b6ca3 commit 65b677a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# --volume "${PWD}/.ccache:/root/.npm"
110110
install: |
111111
apt-get update -y
112-
apt-get -y install --no-install-recommends curl wget ca-certificates python3
112+
apt-get -y install --no-install-recommends curl wget ca-certificates python3 build-essential
113113
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
114114
. ~/.nvm/nvm.sh
115115
nvm install 12.18.1

0 commit comments

Comments
 (0)