Skip to content

Commit b64ba60

Browse files
authored
Merge pull request StackStorm#68 from StackStorm/fix_ci
Use apt-get update to update package list to fix CI
2 parents ccecd46 + 0a03c59 commit b64ba60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- run:
2222
name: Download and install dependencies
2323
command: |
24+
sudo apt-get update
2425
sudo apt-get -y install libldap2-dev libsasl2-dev
2526
make requirements
2627
- run:
@@ -50,6 +51,7 @@ jobs:
5051
- run:
5152
name: Download and install dependencies
5253
command: |
54+
sudo apt-get update
5355
sudo apt-get -y install libldap2-dev libsasl2-dev
5456
make requirements
5557
- run:

0 commit comments

Comments
 (0)