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.
|
# The version of pandoc on Xenial is too old.
|
||||||
/usr/bin/pandoc:
|
/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
|
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:
|
travis-uninstall-acknowledgements:
|
||||||
rm -rf $(HOME)/acknowledgements-master/
|
rm -rf $(HOME)/acknowledgements-master/
|
||||||
|
|
Loading…
Reference in a new issue