Skip to content

Commit 5ae8854

Browse files
authored
Update linuxPullRequest.yml
1 parent 7cd0d8d commit 5ae8854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linuxPullRequest.yml

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

1414
- 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
15+
run: sudo apt install pandoc
1616

1717
- name: install AsciiDoctor
1818
run: sudo apt install asciidoctor

0 commit comments

Comments
 (0)