github: fix workflow to install pandoc

no more homebrew due to https://github.com/actions/runner-images/issues/6283
This commit is contained in:
Anil Madhavapeddy 2022-10-18 17:46:30 +01:00
parent 68dc622868
commit 6b0fa01c9e

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2
- name: Install pandoc
run: brew install pandoc
run: sudo apt-get -y install pandoc
- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2