Skip to content

Commit 90436c9

Browse files
committed
Fix pandoc installation procedure
1 parent d291c66 commit 90436c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
- name: Install pandoc
103103
run: |
104-
apt install pandoc
104+
sudo apt-get install -y pandoc
105105
- name: Checkout
106106
uses: actions/[email protected]
107107
with:

0 commit comments

Comments
 (0)