Skip to content

Commit c320f72

Browse files
committed
fix workflows
1 parent 95580d4 commit c320f72

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@ jobs:
2121
clippy:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- name: Install ImageMagick
25-
run: |
26-
sudo apt update
27-
sudo apt install libwebp-dev
28-
wget http://www.imagemagick.org/download/ImageMagick.tar.gz
29-
tar xf ImageMagick.tar.gz
30-
mkdir /tmp/ImageMagick-lib
31-
cd ImageMagick-*
32-
./configure --enable-hdri --with-webp
33-
make
34-
sudo make install
3524
- uses: actions/checkout@v2
3625
- uses: actions-rs/toolchain@v1
3726
with:

0 commit comments

Comments
 (0)