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

Commit ed7102c

Browse files
authored
Merge pull request #123 from topcoder-platform/fix/build-circleci
fix/circleci-build
2 parents 736215b + 1a29f17 commit ed7102c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ defaults: &defaults
55
install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
8+
sudo apt update
89
sudo apt install jq
910
sudo apt install python3-pip
1011
sudo pip install awscli --upgrade

0 commit comments

Comments
 (0)