Skip to content

Commit

Permalink
chore: fix install sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 25, 2023
1 parent 05df7ab commit b036e14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/setup-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ runs:
- name: Install dependencies
shell: bash
run: pnpm install --frozen-lockfile --ignore-scripts=false
run: pnpm install --frozen-lockfile

- name: Install sharp
shell: bash
run: pnpm install sharp -w

0 comments on commit b036e14

Please sign in to comment.