From da208a0ac4c7e11141135634c50867c0468726fb Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 24 Jan 2026 10:49:42 -0500 Subject: [PATCH] attempt 5 to fix CI build issue --- azure-pipelines.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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