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 8dbbd4a commit 883b880
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 @@ -234,7 +234,7 @@ install_for_windows:
if [ ! -f /usr/local/bin/pdflatex ]; then \
echo "Installing texlive..." ; \
wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-windows.exe ; \
./install-tl-windows.exe -no-interaction -no-gui -v -no-cls ; \
cmd /u /c "install-tl-windows -no-interaction -no-gui -v -no-cls" ; \
fi ; \
echo "which pdflatex: `which pdflatex`" ; \
if [ ! -f /usr/local/bin/pandoc ]; then \
Expand Down

0 comments on commit 883b880

Please sign in to comment.