We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0afbd commit ba0b138Copy full SHA for ba0b138
1 file changed
.github/actions/build-native-binaries/action.yml
@@ -70,7 +70,6 @@ runs:
70
mkdir -p /app/tmp &&
71
# Configure npm for root user
72
npm config set cache /app/tmp/.npm --global &&
73
- npm config set unsafe-perm true --global &&
74
# Install and build as root (required in container)
75
pnpm install --frozen-lockfile &&
76
pnpm run build:native &&
0 commit comments