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 37baf88 commit 2509284
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
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
command: ~/ci/.circle/deployment
Expand Down

0 comments on commit 2509284

Please sign in to comment.