Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 3100dc5

Browse files
authored
Update config.yml
[skip ci]
1 parent 4f9823f commit 3100dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- run:
1111
name: Installation of build dependencies.
1212
command: |
13-
#apt update
13+
apt update
1414
apt install -y openssl ant git zip jq
1515
mkdir ~/awscli
1616
cd ~/awscli
@@ -62,7 +62,7 @@ jobs:
6262
- run:
6363
name: Installation of build dependencies.
6464
command: |
65-
#apt update
65+
apt update
6666
apt install -y openssl ant git zip jq
6767
mkdir ~/awscli
6868
cd ~/awscli

0 commit comments

Comments
 (0)