Skip to content

Commit

Permalink
Use latest pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
eberkund committed Jan 21, 2020
1 parent 090fca9 commit c05dbea
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Build
- name: Setup
run: |
sudo apt-get install --yes texlive-xetex texlive-latex-extra texlive-fonts-recommended lmodern pandoc make
make
wget https://github.com/jgm/pandoc/releases/download/2.9.1.1/pandoc-2.9.1.1-1-amd64.deb
sudo dpkg -i pandoc-2.9.1.1-1-amd64.deb
sudo apt-get install --yes texlive-xetex texlive-latex-extra texlive-fonts-recommended lmodern make
- name: Build
run: make

- uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit c05dbea

Please sign in to comment.