Skip to content

Commit

Permalink
Fix pandoc installation procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 13, 2022
1 parent d291c66 commit 90436c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
steps:
- name: Install pandoc
run: |
apt install pandoc
sudo apt-get install -y pandoc
- name: Checkout
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 90436c9

Please sign in to comment.