Skip to content

Commit 3d22e2b

Browse files
committed
Undo using sunset repo, likely even more bit rot
1 parent a158048 commit 3d22e2b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test.yml

-9
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,9 @@ jobs:
2424
submodules: recursive
2525

2626
- uses: ocaml/setup-ocaml@v3
27-
if: runner.os != 'Windows'
2827
with:
2928
ocaml-compiler: ${{matrix.ocaml-compiler}}
3029

31-
- uses: ocaml/setup-ocaml@v3
32-
if: runner.os == 'Windows'
33-
with:
34-
ocaml-compiler: ${{matrix.ocaml-compiler}}
35-
opam-repositories: |
36-
opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
37-
default: https://github.com/ocaml/opam-repository.git
38-
3930
# For caqti Postgres tests. Opam does actually install Postgres for us, however brew
4031
# doesn't link it by default, so we have to install and link it manually.
4132
- name: Prepare MacOS

0 commit comments

Comments
 (0)