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 883b880 commit 1920e92
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ install_for_windows:
choco install wget ; \
if [ ! -f /usr/local/bin/pdflatex ]; then \
echo "Installing texlive..." ; \
wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-windows.exe ; \
cmd /u /c "install-tl-windows -no-interaction -no-gui -v -no-cls" ; \
choco install texlive ; \
fi ; \
echo "which pdflatex: `which pdflatex`" ; \
if [ ! -f /usr/local/bin/pandoc ]; then \
Expand All @@ -260,3 +259,7 @@ install_for_windows:
fi ;
$(PRINT) "make $@ done."


# wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-windows.exe ; \
# cmd /u /c "install-tl-windows -no-interaction -no-gui -v -no-cls" ; \

0 comments on commit 1920e92

Please sign in to comment.