Skip to content

Commit d575b3c

Browse files
authored
Fix YAML formatting in GitHub Actions workflow
1 parent 58b1bc4 commit d575b3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "deb http://archive.ubuntu.com/ubuntu jammy main restricted universe multiverse" | sudo tee /etc/apt/sources.list
1919
sudo apt-get update
2020
sudo apt-get install aptitude
21-
sudo aptitude install libwebp-dev
21+
sudo aptitude install -y libwebp-dev
2222
sudo apt-get install -y libvips-dev build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
2323
- name: Build Site
2424
run: |
@@ -83,3 +83,4 @@ jobs:
8383

8484

8585

86+

0 commit comments

Comments
 (0)