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 4fd3588 commit f4ed61c
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 @@ -240,7 +240,7 @@ install_for_windows:
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 "unzip pandoc-2.13-windows-x86_64.zip" ; \
sudo installer -pkg pandoc-2.13-macOS.pkg -target / ; \
fi ; \
echo "which pandoc: `which pandoc`" ; \
Expand Down

0 comments on commit f4ed61c

Please sign in to comment.