Skip to content

Commit a4dd387

Browse files
committed
See if apt-update fixes circleCI attempting to get old libsasl
1 parent c259bc0 commit a4dd387

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
@@ -12,6 +12,7 @@ jobs:
1212
make st2
1313
- restore_cache:
1414
key: v2-dependency-cache-{{ checksum "st2/requirements.txt" }}
15+
- run: sudo apt-get update
1516
- run: sudo apt install python3-dev
1617
- run: sudo apt install libldap2-dev
1718
- run: sudo apt install libsasl2-dev

0 commit comments

Comments
 (0)