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 64f0836 commit 7f1cb4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ 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 7f1cb4f

Please sign in to comment.