Fix typo in windows ci build.

This commit is contained in:
John MacFarlane 2020-01-18 09:30:17 -08:00
parent c78af6f3a6
commit 9570576fa9

View file

@ -52,7 +52,7 @@ jobs:
shell: cmd
run: |
for /f %%a in ('powershell -Command "Get-Date -format yyyy-MM-dd"') do set THEDATE=%%a
stack build ${{ matrix.versions.stack_opts }}pandoc pandoc-citeproc
stack build ${{ matrix.versions.stack_opts }} pandoc pandoc-citeproc
for /f "tokens=1-2 delims= " %%a in ('stack exec pandoc -- --version') do (
@set VERSION=%%b
goto :next