diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 417a3502c..dc8783847 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -241,10 +241,7 @@ steps: workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) displayName: 'Building MSDOS build' - bash: | - sudo apt-get install texlive - tlmgr init-usertree - tlmgr install enumitem - texhash + sudo apt install texlive-guesswhich texlive-latex-extra make Guidebook make Guidebook.txt make Guidebook.pdf