You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the lint-opam check provided by setup-ocaml. It seems to run opam-dune-lint. And somehow even if dune 3.6.2 is installed, (lang dune 3.6) gets rejected
/opt/hostedtoolcache/opam/2.1.4/x86_64/opam exec -- opam-dune-lint
File "dune-project", line 1, characters 11-14:
1 | (lang dune 3.6)
^^^
Error: Version 3.6 of the dune language is not supported.
Supported versions of this extension in version 3.6 of the dune language:
- 1.0 to 1.12
- 2.0 to 2.9
opam-dune-lint: internal error, uncaught exception:
Failure("run ['dune' 'build' '@install']: exited with 1")
The text was updated successfully, but these errors were encountered:
I'm trying to use the
lint-opam
check provided by setup-ocaml. It seems to runopam-dune-lint
. And somehow even if dune 3.6.2 is installed,(lang dune 3.6)
gets rejectedhttps://github.com/Khady/modern-ocaml/actions/runs/4145135849/jobs/7169100839
The text was updated successfully, but these errors were encountered: