1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(build): update apt-get in build-docs before installing deps

This commit is contained in:
Anthony Bilinski 2018-10-11 23:53:46 -07:00
parent bdfa3938da
commit f7df1191bc
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -20,6 +20,7 @@
set -eu -o pipefail
# Obtain doxygen and its deps
sudo apt-get update -qq
sudo apt-get install doxygen graphviz
# can fail due to travis cloning only `depth=50`