We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are hitting a failure when dune-cache = true on windows-latest and compiler version 4.04.2.
dune-cache = true
windows-latest
4.04.2
You can see the run here: https://github.com/ocaml/omd/pull/241/checks?check_run_id=2701390163
Disabling dune-cache resolves the problem: https://github.com/ocaml/omd/pull/241/checks?check_run_id=2701410082
dune-cache
Perhaps this is just a limitation to document? (I didn't see mention of it in the readme).
Thanks for the excellent work!
The text was updated successfully, but these errors were encountered:
To use the dune cache on Windows, you need dune 2.8.5 or later. I think it should be documented so I will add it later. https://github.com/ocaml/omd/runs/2701390163?check_suite_focus=true#step:3:169
Sorry, something went wrong.
Makes sense. Thanks!
Successfully merging a pull request may close this issue.
We are hitting a failure when
dune-cache = true
onwindows-latest
and compiler version4.04.2
.You can see the run here: https://github.com/ocaml/omd/pull/241/checks?check_run_id=2701390163
Disabling
dune-cache
resolves the problem: https://github.com/ocaml/omd/pull/241/checks?check_run_id=2701410082Perhaps this is just a limitation to document? (I didn't see mention of it in the readme).
Thanks for the excellent work!
The text was updated successfully, but these errors were encountered: