Skip to content

Commit 58b1bc4

Browse files
authored
Update build workflow to include additional packages
Added installation of libwebp-dev and aptitude packages.
1 parent dcc50b1 commit 58b1bc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
sudo rm -f /etc/apt/apt-mirrors.txt
1818
echo "deb http://archive.ubuntu.com/ubuntu jammy main restricted universe multiverse" | sudo tee /etc/apt/sources.list
1919
sudo apt-get update
20+
sudo apt-get install aptitude
21+
sudo aptitude install libwebp-dev
2022
sudo apt-get install -y libvips-dev build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
2123
- name: Build Site
2224
run: |
@@ -80,3 +82,4 @@ jobs:
8082
run: npx netlify-cli deploy --dir=public --prod
8183

8284

85+

0 commit comments

Comments
 (0)