We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c259bc0 commit a4dd387Copy full SHA for a4dd387
.circleci/config.yml
@@ -12,6 +12,7 @@ jobs:
12
make st2
13
- restore_cache:
14
key: v2-dependency-cache-{{ checksum "st2/requirements.txt" }}
15
+ - run: sudo apt-get update
16
- run: sudo apt install python3-dev
17
- run: sudo apt install libldap2-dev
18
- run: sudo apt install libsasl2-dev
0 commit comments