From f54fc4908fe8284b3e37d1e6bda3697be1a473b0 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 24 Jan 2026 10:28:42 -0500 Subject: [PATCH] attempt 3 to fix CI build issue --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8dd2e101a..8d84b9029 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -242,8 +242,8 @@ steps: displayName: 'Building MSDOS build' - bash: | sudo apt-get install texlive - sudo tlmgr install enumitem - sudo texhash + tlmgr install enumitem + texhash make Guidebook make Guidebook.txt make Guidebook.pdf