Skip to content

Commit

Permalink
Try out sharp for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
RobVermeer committed Dec 1, 2023
1 parent 9219289 commit 2d428f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies ⏳
run: npm ci
- name: Install sharp 🎨
run: npm install --os=linux --cpu=x64 sharp
run: npm install --os=linux --cpu=x64 sharp && npm install --force @img/sharp-linux-x64
- name: Build website 👷‍♀️
run: npm run build
- name: Copy prisma folder 💾
Expand Down

0 comments on commit 2d428f4

Please sign in to comment.