We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806e6c3 commit 7cd0d8dCopy full SHA for 7cd0d8d
1 file changed
.github/workflows/linuxMain.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/setup-node@v2-beta
20
21
- 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
+ run: sudo apt install pandoc
23
24
- name: install AsciiDoctor
25
run: sudo apt install asciidoctor
0 commit comments