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 8602b8b commit a0204de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ install_for_windows:
choco install wget ; \
if [ ! -f /usr/local/bin/pdflatex ]; then \
echo "Installing texlive..." ; \
choco install texlive ; \
choco install texlive --params="/collections:latexextra" ; \
fi ;
@echo "which latex: `which latex`" ;
@echo "which pdftex: `which pdftex`" ;
Expand Down

0 comments on commit a0204de

Please sign in to comment.