Skip to content

Commit a33e8ef

Browse files
committed
Add git to the workaround
1 parent 4b41b38 commit a33e8ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
echo PATH=$PATH >> $GITHUB_ENV
1717
pip install poppler-utils
1818
# Workaround for https://github.com/tomduck/pandoc-xnos/pull/29
19+
apt-get install -y git
1920
pip install --force-reinstall git+https://github.com/nandokawka/pandoc-xnos@284474574f51888be75603e7d1df667a0890504d#egg=pandoc-xnos
2021
- name: Build
2122
run: |

0 commit comments

Comments
 (0)