Skip to content

Commit d710538

Browse files
committed
Remove references to opam-repository-mingw
1 parent 87d3274 commit d710538

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Diff for: .github/workflows/build-mingw64.yml

-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040
- uses: ocaml/setup-ocaml@v3
4141
with:
4242
ocaml-compiler: 4.14.x
43-
opam-repositories: |
44-
default: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
45-
opam: https://github.com/ocaml/opam-repository.git
4643

4744
- name: Install dependencies
4845
run: |

Diff for: .github/workflows/build-others.yml

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
uses: ocaml/setup-ocaml@v3
3434
with:
3535
ocaml-compiler: ${{ matrix.ocaml-compiler }}
36-
opam-repositories: |
37-
opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
38-
default: https://github.com/ocaml/opam-repository.git
3936

4037
- name: Opam dependencies
4138
run: opam install --deps-only -t .

0 commit comments

Comments
 (0)