Skip to content

Commit

Permalink
windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rreece committed Jan 13, 2024
1 parent 4655d35 commit 8602b8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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..." ; \
Expand Down

0 comments on commit 8602b8b

Please sign in to comment.