We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e70b5 commit dbae0c1Copy full SHA for dbae0c1
.github/workflows/build.yml
@@ -83,7 +83,8 @@ jobs:
83
allow-prerelease-opam: true
84
dune-cache: true
85
opam-repositories: |
86
- default: https://github.com/hhugo/opam-repository.git#gmp-mingw
+ default: git+https://github.com/ocaml/opam-repository.git
87
+ hhugo: git+https://github.com/hhugo/opam-repository.git#gmp-mingw
88
89
- run: opam install . --best-effort
90
if: ${{ matrix.skip-test }}
0 commit comments