Skip to content

Commit

Permalink
Update build-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherlockouo authored Jan 14, 2024
1 parent df6ca04 commit e62b21d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
cache: 'pnpm'

- name: Install global dependencies
run: npm i prisma fastify-cli turbo tsx [email protected] -g
run: | npm i prisma fastify-cli turbo tsx [email protected] node-gyp-install -g
node-gyp-install --python=python3

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit e62b21d

Please sign in to comment.