Skip to content

Commit 7cd0d8d

Browse files
authored
Update linuxMain.yml
1 parent 806e6c3 commit 7cd0d8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linuxMain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-node@v2-beta
2020

2121
- name: install Pandoc
22-
run: sudo wget https://github.com/jgm/pandoc/releases/download/2.14.0.2/pandoc-2.14.0.2-1-amd64.deb && sudo dpkg -i pandoc-2.14.0.2-1-amd64.deb
22+
run: sudo apt install pandoc
2323

2424
- name: install AsciiDoctor
2525
run: sudo apt install asciidoctor

0 commit comments

Comments
 (0)