Skip to content

Commit ade3621

Browse files
committed
Update ci.yml
webp Update ci.yml Update ci.yml Update ci.yml Update ci.yml Update ci.yml
1 parent 8db6ad7 commit ade3621

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,14 @@ jobs:
163163
cache: true
164164
- name: Install pana
165165
run: |
166-
npm install --global cwebp-bin webpinfo gif2webp-bin && \
166+
sudo apt-get install libjpeg-dev libpng-dev libtiff-dev libgif-dev && \
167+
wget -q https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.4.0-linux-x86-64.tar.gz -O libwebp.tar.gz && \
168+
tar -xvzf libwebp.tar.gz && \
169+
cd libwebp-1.4.0 && \
170+
./configure && \
171+
make && \
172+
sudo make install && \
173+
./configure --help && \
167174
dart pub global activate pana
168175
- name: Check package score
169176
run: pana --exit-code-threshold 0 --no-dartdoc .

0 commit comments

Comments
 (0)