Skip to content

Commit

Permalink
windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rreece committed Jan 12, 2024
1 parent 8a247f7 commit 13ea5e2
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 @@ -227,7 +227,7 @@ install_for_mac:
install_for_windows:
@echo "Installing for windows..." ; \
choco install wget ; \
python -m wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-windows.exe ; \
wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-windows.exe ; \
cmd install-tl-windows.exe -gui text ; \
echo "which pdflatex: `which pdflatex`" ;
$(PRINT) "make $@ done."
Expand Down

0 comments on commit 13ea5e2

Please sign in to comment.