Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pandoc_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
sudo apt-get -y install texlive-latex-base texlive texlive-xetex texlive-fonts-recommended librsvg2-2 liblua5.3-0 librsvg2-bin librsvg2-common
wget http://launchpadlibrarian.net/620071728/libgmp10_6.2.1+dfsg1-1ubuntu2_amd64.deb
wget https://blueprints.launchpad.net/ubuntu/+archive/primary/+files/pandoc_2.17.1.1-1ubuntu2_amd64.deb
wget http://launchpadlibrarian.net/621653025/pandoc-data_2.17.1.1-1ubuntu2_all.deb
wget http://launchpadlibrarian.net/621653025/pandoc-data_2.17.1.1-1ubuntu2_all.deb
sudo dpkg -i libgmp10_6.2.1+dfsg1-1ubuntu2_amd64.deb
sudo dpkg -i pandoc-data_2.17.1.1-3ubuntu1_all.deb
sudo dpkg -i pandoc_2.17.1.1-3ubuntu1_amd64.deb
sudo dpkg -i pandoc-data_2.17.1.1-1ubuntu2_all.deb
sudo dpkg -i pandoc_2.17.1.1-1ubuntu2_amd64.deb
- name: Run build script
run: |
pandoc -v
Expand Down