Skip to content

Commit 4b41b38

Browse files
committed
Install pandoc-xnos from workaround
1 parent 834ded6 commit 4b41b38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
apt-get update && apt-get install -y python3-venv
1515
python3 -m venv .venv && . .venv/bin/activate
1616
echo PATH=$PATH >> $GITHUB_ENV
17-
pip install poppler-utils pandoc-fignos
17+
pip install poppler-utils
18+
# Workaround for https://github.com/tomduck/pandoc-xnos/pull/29
19+
pip install --force-reinstall git+https://github.com/nandokawka/pandoc-xnos@284474574f51888be75603e7d1df667a0890504d#egg=pandoc-xnos
1820
- name: Build
1921
run: |
2022
cd fsi-workflow && make

0 commit comments

Comments
 (0)