diff --git a/.github/workflows/static-builds.yml b/.github/workflows/static-builds.yml index 9734914f7..d87fcd65d 100644 --- a/.github/workflows/static-builds.yml +++ b/.github/workflows/static-builds.yml @@ -58,6 +58,7 @@ jobs: - name: Prepare build environment run: | opam init -a --bare + brew install openssl@3 # Workaround https://github.com/ocaml/opam-repository/issues/19676 opam switch create . ocaml-base-compiler --deps-only - name: Build the binaries run: |