We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd0d8d commit 5ae8854Copy full SHA for 5ae8854
1 file changed
.github/workflows/linuxPullRequest.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/setup-node@v2-beta
13
14
- name: install Pandoc
15
- 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
16
17
- name: install AsciiDoctor
18
run: sudo apt install asciidoctor
0 commit comments