Skip to content

Commit

Permalink
I hate apt sometimes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvousden committed May 2, 2019
1 parent e6c6bc3 commit d59a39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# images. The update may fail due to out-of-date PPAs and other things we
# don't care about, so we suppress it's exit code.
- run: "apt update || true"
- run: "apt install graphviz"
- run: "apt --assume-yes install graphviz"

# Build our documents.
- run: make all
Expand Down

0 comments on commit d59a39f

Please sign in to comment.