Skip to content

Commit 369514b

Browse files
committed
Drop hard dependency on unavailable dune.2.0.0
1 parent 1e05e5e commit 369514b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dune.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: opam switch create ${{ matrix.ocaml_version }} --repo=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git
6565
# Install the specific version of dune that allows to compile the compiler
6666
- name: Install dune
67-
run: opam install dune.2.0.0
67+
run: opam install dune
6868
# Configure the compiler
6969
- name: Configure the compiler
7070
run: ./configure ${{ matrix.config_args }}

0 commit comments

Comments
 (0)