From 77ea8de1056e165bdf37138afc911556bc5bd03a Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 24 Jan 2026 10:51:40 -0500 Subject: [PATCH] attempt 6 to fix CI build issue --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dc8783847..bbb299e0f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -241,7 +241,7 @@ steps: workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) displayName: 'Building MSDOS build' - bash: | - sudo apt install texlive-guesswhich texlive-latex-extra + sudo apt install texlive texlive-latex-extra make Guidebook make Guidebook.txt make Guidebook.pdf