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 e62b21d commit 64f0836
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
cache: 'pnpm'

- name: Install global dependencies
run: | npm i prisma fastify-cli turbo tsx [email protected] node-gyp-install -g
node-gyp-install --python=python3
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 64f0836

Please sign in to comment.