Skip to content

Commit

Permalink
Fix CI test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Oct 17, 2024
1 parent 8cd766b commit 54978b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,5 @@ jobs:
pandoc -v
else
# check that we got the right version
[ "pandoc ${{ matrix.version }}" = "$(pandoc -v | head -n1)" ] ||\
( pandoc -v && false )
[ "pandoc.exe ${{ matrix.version }}" = "$(pandoc -v | head -n1)" ]
fi

0 comments on commit 54978b2

Please sign in to comment.