From 8602b8b52e6b49d701a7adfc351b43ba3e98b4f5 Mon Sep 17 00:00:00 2001 From: Ryan Reece Date: Fri, 12 Jan 2024 17:29:16 -0800 Subject: [PATCH] windows ci --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6687cd5..d80753b 100644 --- a/Makefile +++ b/Makefile @@ -235,6 +235,8 @@ install_for_windows: echo "Installing texlive..." ; \ choco install texlive ; \ fi ; + @echo "which latex: `which latex`" ; + @echo "which pdftex: `which pdftex`" ; @echo "which pdflatex: `which pdflatex`" ; \ if [ ! -f /usr/local/bin/pandoc ]; then \ echo "Installing pandoc..." ; \