We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dfdd5f commit c11320dCopy full SHA for c11320d
.github/workflows/build.yml
@@ -89,6 +89,8 @@ jobs:
89
ocaml-compiler: ${{ matrix.ocaml-compiler }}
90
dune-cache: true
91
allow-prerelease-opam: true
92
+ opam-repositories: |
93
+ default: https://github.com/hhugo/opam-repository.git#gmp-mingw
94
95
- run: opam pin add mingw-w64-shims git+https://github.com/dra27/mingw-w64-shims.git#internals
96
if: ${{ runner.os == 'Windows' }}
0 commit comments