attempt 6 to fix CI build issue

This commit is contained in:
nhmall
2026-01-24 10:51:40 -05:00
parent da208a0ac4
commit 77ea8de105
+1 -1
View File
@@ -241,7 +241,7 @@ steps:
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)
displayName: 'Building MSDOS build' displayName: 'Building MSDOS build'
- bash: | - bash: |
sudo apt install texlive-guesswhich texlive-latex-extra sudo apt install texlive texlive-latex-extra
make Guidebook make Guidebook
make Guidebook.txt make Guidebook.txt
make Guidebook.pdf make Guidebook.pdf