ci: install pandoc

This commit is contained in:
uetchy 2021-02-13 21:33:34 +09:00
parent cc1d8047ab
commit eecd97a8d3

View File

@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install pandoc
run: |
apt update
apt install pandoc -y
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with: