Add Windows executable builds to the CI workflow.#221
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Thanks! Being able to build |
| run: git fetch --tags --force origin | ||
|
|
||
| - name: Install OCaml ${{ matrix.ocaml-compiler }} | ||
| uses: ocaml/setup-ocaml@v2 |
There was a problem hiding this comment.
The problem is probably that v2 is an old version that used to go through hoops to work on windows, and the hoops have been removed. While the version 3 uses the now better Windows support from opam.
| uses: ocaml/setup-ocaml@v2 | |
| uses: ocaml/setup-ocaml@v3 |
097cefd to
a826bd3
Compare
a826bd3 to
7a7bf33
Compare
285965a to
9e4192a
Compare
| ocaml-compiler: 4.14 | ||
| opam-pin: false | ||
| opam-repositories: | | ||
| default: https://github.com/punchagan/opam-repository.git#f1c70a26b442142ba1c3bd040bf8621060c94912 |
There was a problem hiding this comment.
This change has now been merged upstream, and this change to use a different version of the repository can be removed.
No description provided.