We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca4115 commit ca6626cCopy full SHA for ca6626c
.circleci/config.yml
@@ -138,10 +138,15 @@ commands:
138
libvips:
139
steps:
140
- run:
141
- name: Install libvips
+ name: Fix APT mirrors
142
command: |
143
+ sudo sed -i 's|http://archive.ubuntu.com|http://ubuntu.cs.utah.edu|g' /etc/apt/sources.list
144
+ sudo sed -i 's|http://security.ubuntu.com|http://ubuntu.cs.utah.edu|g' /etc/apt/sources.list
145
sudo apt-get update
- sudo apt-get install -yq libvips-dev
146
+ - run:
147
+ name: Install libvips
148
+ command: |
149
+ sudo apt-get install -y libvips-dev
150
151
install_solidus:
152
parameters:
0 commit comments