mirror of
https://github.com/realworldocaml/book.git
synced 2026-07-30 15:20:43 +08:00
github: fix workflow to install pandoc
no more homebrew due to https://github.com/actions/runner-images/issues/6283
This commit is contained in:
parent
68dc622868
commit
6b0fa01c9e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install pandoc
|
- name: Install pandoc
|
||||||
run: brew install pandoc
|
run: sudo apt-get -y install pandoc
|
||||||
|
|
||||||
- name: Use OCaml ${{ matrix.ocaml-compiler }}
|
- name: Use OCaml ${{ matrix.ocaml-compiler }}
|
||||||
uses: ocaml/setup-ocaml@v2
|
uses: ocaml/setup-ocaml@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user