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 b8d15cf commit 4c5ca3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,14 @@ 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 ; \
cmd /u /c "install-tl-windows -no-interaction -no-gui -v -no-cls" ; \
install-tl-windows -no-interaction -no-gui -v -no-cls ; \
fi ; \
echo "which pdflatex: `which pdflatex`" ; \
if [ ! -f /usr/local/bin/pandoc ]; then \
echo "Installing pandoc..." ; \
wget https://github.com/jgm/pandoc/releases/download/2.13/pandoc-2.13-windows-x86_64.zip ; \
cmd /u /c "unzip pandoc-2.13-windows-x86_64.zip" ; \
cmd /u /c "ls ." ; \
unzip pandoc-2.13-windows-x86_64.zip ; \
ls ; \
fi ; \
echo "which pandoc: `which pandoc`" ; \
pandoc --version ; \
Expand Down

0 comments on commit 4c5ca3b

Please sign in to comment.