We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e05e5e commit 369514bCopy full SHA for 369514b
.github/workflows/dune.yml
@@ -64,7 +64,7 @@ jobs:
64
run: opam switch create ${{ matrix.ocaml_version }} --repo=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git
65
# Install the specific version of dune that allows to compile the compiler
66
- name: Install dune
67
- run: opam install dune.2.0.0
+ run: opam install dune
68
# Configure the compiler
69
- name: Configure the compiler
70
run: ./configure ${{ matrix.config_args }}
0 commit comments