We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b41b38 commit a33e8efCopy full SHA for a33e8ef
.github/workflows/build.yml
@@ -16,6 +16,7 @@ jobs:
16
echo PATH=$PATH >> $GITHUB_ENV
17
pip install poppler-utils
18
# Workaround for https://github.com/tomduck/pandoc-xnos/pull/29
19
+ apt-get install -y git
20
pip install --force-reinstall git+https://github.com/nandokawka/pandoc-xnos@284474574f51888be75603e7d1df667a0890504d#egg=pandoc-xnos
21
- name: Build
22
run: |
0 commit comments