Skip to content

Commit dbae0c1

Browse files
committed
_
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 28e70b5 commit dbae0c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ jobs:
8383
allow-prerelease-opam: true
8484
dune-cache: true
8585
opam-repositories: |
86-
default: https://github.com/hhugo/opam-repository.git#gmp-mingw
86+
default: git+https://github.com/ocaml/opam-repository.git
87+
hhugo: git+https://github.com/hhugo/opam-repository.git#gmp-mingw
8788
8889
- run: opam install . --best-effort
8990
if: ${{ matrix.skip-test }}

0 commit comments

Comments
 (0)