From e41aee430440461a0c92ad89ef5c98f3db62188c Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Tue, 3 Sep 2024 17:26:04 +0300 Subject: [PATCH] Try returning to the Windows sunset repo to fix ssl install --- .github/workflows/test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1a9bd9e..e6a9c27d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,6 +27,14 @@ jobs: with: ocaml-compiler: ${{matrix.ocaml-compiler}} + - uses: ocaml/setup-ocaml@v3 + if: runner.os == 'Windows' + with: + ocaml-compiler: ${{matrix.ocaml-compiler}} + opam-repositories: | + opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset + default: https://github.com/ocaml/opam-repository.git + # For caqti Postgres tests. Opam does actually install Postgres for us, however brew # doesn't link it by default, so we have to install and link it manually. - name: Prepare MacOS