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 e67c930 commit 76c2165Copy full SHA for 76c2165
.circleci/config.yml
@@ -105,7 +105,9 @@ jobs:
105
at: /
106
- run:
107
name: Install dependencies
108
- command: sudo apt -y install gmic optipng
+ command: |
109
+ sudo apt-get update
110
+ sudo apt -y install gmic optipng
111
112
# NOTE: We try to retry the script up to 5 times if it fails. The command could fail due
113
# to the race (e.g. we try to push changes to index, but index has been updated by some
0 commit comments