Skip to content

Commit 19a3dda

Browse files
committed
Update ci.yml
1 parent e10e680 commit 19a3dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
- name: Install pana
165165
run: |
166166
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 && \
167+
wget -q https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.4.0-linux-x86-64.tar.gz -O libweb.tar.gz && \
168168
tar -xvzf libwebp.tar.gz && \
169169
cd libwebp-1.4.0 && \
170170
./configure && \

0 commit comments

Comments
 (0)