Skip to content

Commit 8db6ad7

Browse files
committed
Update ci.yml
1 parent 164a235 commit 8db6ad7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ jobs:
162162
with:
163163
cache: true
164164
- name: Install pana
165-
run: dart pub global activate pana
165+
run: |
166+
npm install --global cwebp-bin webpinfo gif2webp-bin && \
167+
dart pub global activate pana
166168
- name: Check package score
167169
run: pana --exit-code-threshold 0 --no-dartdoc .
168170
build-android:

0 commit comments

Comments
 (0)