Fix pandoc install on Travis
This commit is contained in:
parent
631798263e
commit
9dad13717d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -171,7 +171,7 @@ $(HOME)/.local/bin/acknowledgements:
|
|||
# The version of pandoc on Xenial is too old.
|
||||
/usr/bin/pandoc:
|
||||
curl -L https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-1-amd64.deb -o $(HOME)/pandoc.deb
|
||||
dpkg -i $(HOME)/pandoc.deb
|
||||
sudo dpkg -i $(HOME)/pandoc.deb
|
||||
|
||||
travis-uninstall-acknowledgements:
|
||||
rm -rf $(HOME)/acknowledgements-master/
|
||||
|
|
Loading…
Reference in a new issue