We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d22e2b commit 5572781Copy full SHA for 5572781
.github/workflows/test.yml
@@ -33,6 +33,11 @@ jobs:
33
run: brew install postgresql@15 && brew link --overwrite postgresql@15
34
if: runner.os == 'macOS'
35
36
+ # Workaround https://github.com/savonet/ocaml-ssl/issues/155 and/or
37
+ # https://github.com/ocaml/setup-ocaml/issues/856.
38
+ - run: opam pin add ssl 0.6.0 --no-action
39
+ if: runner.os == 'Windows'
40
+
41
- name: Install dependencies
42
run: make deps
43
0 commit comments