Skip to content

Commit

Permalink
Try to build sharp for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
RobVermeer committed Dec 1, 2023
1 parent 44c6fc3 commit 9219289
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-
- name: Install dependencies ⏳
run: npm ci
- name: Install sharp 🎨
run: npm install --os=linux --cpu=x64 sharp
- name: Build website 👷‍♀️
run: npm run build
- name: Copy prisma folder 💾
Expand Down

0 comments on commit 9219289

Please sign in to comment.