1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00

ci: fix man page generation on macOS

This commit is contained in:
Andrew Gallant 2018-02-20 20:55:12 -05:00
parent 9c216ad9a4
commit 9305f89f39
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -27,7 +27,7 @@ install_osx_dependencies() {
return
fi
brew install asciidoc
brew install asciidoc docbook-xsl
}
configure_cargo() {