Skip to content

Commit

Permalink
install pandoc explicitly from release page
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Apr 25, 2024
1 parent c422c9d commit 00951d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:

- name: Install Pandoc
run: |
sudo apt-get update
sudo apt-get install -y pandoc pandoc-citeproc
wget https://github.com/jgm/pandoc/releases/download/3.1.13/pandoc-3.1.13-1-amd64.deb
sudo dpkg -i pandoc-3.1.13-1-amd64.deb
pandoc --version
- name: Run script from the scripts folder
run: |
Expand Down

0 comments on commit 00951d8

Please sign in to comment.