From 32f39d634cd7de6b80200975f4a2304d230e389c Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Tue, 5 Mar 2024 11:53:34 +0100 Subject: [PATCH] windows: add sunset and default repo --- .github/workflows/windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 82d45e2b..7f2d38af 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,6 +21,9 @@ jobs: - name: Use OCaml ${{ matrix.ocaml-compiler }} uses: ocaml/setup-ocaml@v2 with: + opam-repositories: | + opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset + default: https://github.com/ocaml/opam-repository.git opam-local-packages: | *.opam !mirage-crypto-rng-async.opam