We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a158048 commit 3d22e2bCopy full SHA for 3d22e2b
.github/workflows/test.yml
@@ -24,18 +24,9 @@ jobs:
24
submodules: recursive
25
26
- uses: ocaml/setup-ocaml@v3
27
- if: runner.os != 'Windows'
28
with:
29
ocaml-compiler: ${{matrix.ocaml-compiler}}
30
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
-
39
# For caqti Postgres tests. Opam does actually install Postgres for us, however brew
40
# doesn't link it by default, so we have to install and link it manually.
41
- name: Prepare MacOS
0 commit comments