Skip to content

Commit

Permalink
Try returning to the Windows sunset repo to fix ssl install
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Sep 3, 2024
1 parent 7d901cd commit e41aee4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e41aee4

Please sign in to comment.