Skip to content

Commit

Permalink
[tmp] [ci] Pin to fixed ocamlbuild / dune for Opam 2.2 in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Sep 4, 2024
1 parent ed91406 commit c595438
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:
dune-cache: true

- name: 🐫🐪🐫 Get dependencies
run: opam exec -- make opam-deps
run: |
opam pin add dune https://github.com/ejgallego/dune.git#fix_win_quote
opam pin add ocamlfind https://github.com/ejgallego/ocamlfind.git#1_9_5_fix_win_norm
opam exec -- make opam-deps
- name: 🐛 Special Windows Config [only on Win CI]
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit c595438

Please sign in to comment.