diff --git a/.github/workflows/static-builds.yml b/.github/workflows/static-builds.yml index 23a417beb..28717099f 100644 --- a/.github/workflows/static-builds.yml +++ b/.github/workflows/static-builds.yml @@ -70,7 +70,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 update --depexts # cf. https://github.com/ocaml/opam-repository/issues/19676#issuecomment-948679147 opam switch create . ocaml-base-compiler --deps-only - name: Build the binaries run: |