Skip to content

Commit b08e186

Browse files
committed
CI: Install pandoc 3 correctly from the pandoc-cli package
1 parent 2881885 commit b08e186

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
# Integration tests sometimes hang on MacOS
157157
if: matrix.os == 'ubuntu-latest'
158158
run: |
159-
cabal install pandoc
159+
cabal install pandoc-cli
160160
cabal install exe:pandoc-plot
161161
162162
pandoc --filter pandoc-plot -i tests/integration.md -t html

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Install pandoc-plot and other dependencies
5959
run: |
60-
cabal install pandoc
60+
cabal install pandoc-cli
6161
cabal install exe:pandoc-plot
6262
6363
- name: Install Python dependencies

tools/mkmanual.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
echo "Making the pandoc-plot manual"
22

33
cabal install exe:pandoc-plot --overwrite-policy=always
4-
cabal install pandoc --overwrite-policy=always
4+
cabal install pandoc-cli --overwrite-policy=always
55
declare version="$(pandoc-plot --version)"
66

77
pandoc-plot --help > help.txt

0 commit comments

Comments
 (0)