attempt 5 to fix CI build issue

This commit is contained in:
nhmall
2026-01-24 10:49:42 -05:00
parent c19fd7d7f8
commit da208a0ac4
+1 -4
View File
@@ -241,10 +241,7 @@ steps:
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)
displayName: 'Building MSDOS build' displayName: 'Building MSDOS build'
- bash: | - bash: |
sudo apt-get install texlive sudo apt install texlive-guesswhich texlive-latex-extra
tlmgr init-usertree
tlmgr install enumitem
texhash
make Guidebook make Guidebook
make Guidebook.txt make Guidebook.txt
make Guidebook.pdf make Guidebook.pdf