Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
run: sudo apt update

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v3
uses: anmonteiro/setup-ocaml@patch-1
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

Expand Down Expand Up @@ -388,6 +388,7 @@ jobs:
- name: Setup Cygwin
uses: cygwin/cygwin-install-action@v6
with:
site: https://mirrors.sonic.net/cygwin/
packages: ocaml gcc-core make
- name: Bootstrap Dune
run: make bootstrap
Expand Down
Loading