Skip to content

Commit 29dfa78

Browse files
authored
Update pandoc_workflow.yaml
1 parent a18d5c4 commit 29dfa78

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
@@ -24,9 +24,9 @@ jobs:
2424
sudo apt-get -y update
2525
sudo apt-get -y upgrade
2626
sudo apt-get -y install texlive-latex-base texlive texlive-xetex texlive-fonts-recommended librsvg2-2 liblua5.3-0 librsvg2-bin librsvg2-common
27-
wget http://archive.ubuntu.com/ubuntu/pool/main/g/gmp/libgmp10_6.2.1+dfsg1-1.1ubuntu1_amd64.deb
28-
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pandoc/pandoc_2.17.1.1-3ubuntu1_amd64.deb
29-
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pandoc/pandoc-data_2.17.1.1-3ubuntu1_all.deb
27+
wget http://ports.ubuntu.com/pool/main/g/gmp/libgmp10_6.2.1+dfsg1-1ubuntu2_amd64.deb
28+
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
3030
sudo dpkg -i libgmp10_6.2.1+dfsg1-1.1ubuntu1_amd64.deb
3131
sudo dpkg -i pandoc-data_2.17.1.1-3ubuntu1_all.deb
3232
sudo dpkg -i pandoc_2.17.1.1-3ubuntu1_amd64.deb

0 commit comments

Comments
 (0)