Skip to content

Commit 064dafd

Browse files
authored
fix: Workaround the static-bin-macos failure (ocaml-sf#431)
1 parent 2c1347c commit 064dafd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/static-builds.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- name: Prepare build environment
5959
run: |
6060
opam init -a --bare
61+
brew install openssl@3 # Workaround https://github.com/ocaml/opam-repository/issues/19676
6162
opam switch create . ocaml-base-compiler --deps-only
6263
- name: Build the binaries
6364
run: |

0 commit comments

Comments
 (0)