Skip to content

Commit 5572781

Browse files
committed
Pin package ssl to 0.6.0
1 parent 3d22e2b commit 5572781

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
run: brew install postgresql@15 && brew link --overwrite postgresql@15
3434
if: runner.os == 'macOS'
3535

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+
3641
- name: Install dependencies
3742
run: make deps
3843

0 commit comments

Comments
 (0)