Skip to content

Commit

Permalink
do brew update before installing openssl@3 to fix macos CI (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabine authored May 10, 2024
1 parent ffbc218 commit 2f496c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: runner.os == 'Linux'

- name: Install system dependencies (macOS)
run: brew install libev openssl@3 # Openssl is a workaround for https://github.com/ocaml/opam-repository/issues/19676
run: brew update && brew reinstall libev openssl@3 # Openssl is a workaround for https://github.com/ocaml/opam-repository/issues/19676
if: runner.os == 'macOS'

- name: Install opam dependencies
Expand Down

0 comments on commit 2f496c7

Please sign in to comment.