Skip to content

Commit

Permalink
Fixing deploy workflow by updating apt cache during this build phase
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaludy committed May 19, 2020
1 parent 6d2fdb0 commit 5531d71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Expand Up @@ -105,7 +105,9 @@ jobs:
at: /
- run:
name: Install dependencies
command: sudo apt -y install gmic optipng
command: |
sudo apt-get update
sudo apt -y install gmic optipng
- run:
name: Update exchange.stackstorm.org
# Only deploy using the master branch of the ci repository
Expand Down

0 comments on commit 5531d71

Please sign in to comment.