fix(ci): restore pnpm node-gyp executable bit

This commit is contained in:
777genius 2026-05-23 01:14:49 +03:00
parent 51caf36fee
commit 74fea9c176

View file

@ -65,6 +65,9 @@ jobs:
node-version: 22
cache: pnpm
- name: Restore pnpm node-gyp executable bit
run: find "$(dirname "$(command -v pnpm)")/store" -path '*/node-gyp/gyp/gyp_main.py' -exec chmod +x {} \; 2>/dev/null || true
- name: Install dependencies
run: pnpm install --frozen-lockfile
@ -95,6 +98,9 @@ jobs:
node-version: 22
cache: pnpm
- name: Restore pnpm node-gyp executable bit
run: find "$(dirname "$(command -v pnpm)")/store" -path '*/node-gyp/gyp/gyp_main.py' -exec chmod +x {} \; 2>/dev/null || true
- name: Install dependencies
run: pnpm install --frozen-lockfile