Skip to content

Commit 7996636

Browse files
committed
Fix libvips install in circleci
Some deps cannot be loaded anymore
1 parent 8ca4115 commit 7996636

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,10 @@ commands:
140140
- run:
141141
name: Install libvips
142142
command: |
143+
sudo apt-get clean
143144
sudo apt-get update
144-
sudo apt-get install -yq libvips-dev
145+
sudo apt-get autoremove
146+
sudo apt-get install -y libvips-dev --fix-missing
145147
146148
install_solidus:
147149
parameters:

0 commit comments

Comments
 (0)