Skip to content

Commit 65259fd

Browse files
committed
Fixing deploy workflow by updating apt cache during this build phase
1 parent 621465c commit 65259fd

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
@@ -105,7 +105,9 @@ jobs:
105105
at: /
106106
- run:
107107
name: Install dependencies
108-
command: sudo apt -y install gmic optipng
108+
command: |
109+
sudo apt-get update
110+
sudo apt -y install gmic optipng
109111
- run:
110112
name: Update exchange.stackstorm.org
111113
command: ~/ci/.circle/deployment

0 commit comments

Comments
 (0)