File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 7
7
# Triggers the workflow on push or pull request events but only for the master branch
8
8
push :
9
9
paths-ignore : [ '**/README.md', '**/FUNDING.yml', '**/sync-gh-pages.yaml' ]
10
- branches : [ master ]
10
+ branches : [ update_runners ]
11
11
12
12
# Allows you to run this workflow manually from the Actions tab
13
13
workflow_dispatch :
23
23
run : |
24
24
sudo apt-get -y update
25
25
sudo apt-get -y upgrade
26
- 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://launchpadlibrarian.net/620071728/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
30
- sudo dpkg -i libgmp10_6.2.1+dfsg1-1ubuntu2_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
26
+ sudo apt-get -y install texlive-latex-base texlive texlive-xetex texlive-fonts-recommended librsvg2-2 liblua5.3-0 librsvg2-bin librsvg2-common libgmp10 pandoc pandoc-data
33
27
- name : Run build script
34
28
run : |
35
29
pandoc -v
You can’t perform that action at this time.
0 commit comments