We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3566113 commit 4b74ed8Copy full SHA for 4b74ed8
1 file changed
.circleci/config.yml
@@ -17,6 +17,7 @@ jobs:
17
- run:
18
name: Install dependencies for graphviz
19
command: |
20
+ sudo apt update
21
sudo apt-get install -y graphviz sqlite3 libtiff-dev libsqlite3-dev
22
23
0 commit comments