Skip to content

Commit c321915

Browse files
authored
Tentative pandoc fix (#73)
This should resume the release of the pdf
1 parent fc47998 commit c321915

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pandoc_workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
sudo apt-get -y install texlive-latex-base texlive texlive-xetex texlive-fonts-recommended librsvg2-2 liblua5.3-0 librsvg2-bin librsvg2-common
2727
wget http://launchpadlibrarian.net/620071728/libgmp10_6.2.1+dfsg1-1ubuntu2_amd64.deb
2828
wget https://blueprints.launchpad.net/ubuntu/+archive/primary/+files/pandoc_2.17.1.1-1ubuntu2_amd64.deb
29-
wget http://launchpadlibrarian.net/621653025/pandoc-data_2.17.1.1-1ubuntu2_all.deb
29+
wget http://launchpadlibrarian.net/621653025/pandoc-data_2.17.1.1-1ubuntu2_all.deb
3030
sudo dpkg -i libgmp10_6.2.1+dfsg1-1ubuntu2_amd64.deb
31-
sudo dpkg -i pandoc-data_2.17.1.1-3ubuntu1_all.deb
32-
sudo dpkg -i pandoc_2.17.1.1-3ubuntu1_amd64.deb
31+
sudo dpkg -i pandoc-data_2.17.1.1-1ubuntu2_all.deb
32+
sudo dpkg -i pandoc_2.17.1.1-1ubuntu2_amd64.deb
3333
- name: Run build script
3434
run: |
3535
pandoc -v

0 commit comments

Comments
 (0)