Skip to content

Commit

Permalink
macos: install openssl@3.0 from homebrew
Browse files Browse the repository at this point in the history
because openssl@1.1 has been disabled since 2024/10/24.
  • Loading branch information
upa committed Jan 7, 2025
1 parent 006bd30 commit 31e011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ done
case $platform in
Darwin)
cmd="brew install"
pkgs="openssl@1.1"
pkgs="openssl@3.0"
;;
Linux-ubuntu*)
cmd="apt-get install --no-install-recommends -y"
Expand Down

0 comments on commit 31e011f

Please sign in to comment.