Skip to content

Commit

Permalink
install openssl on release
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed May 27, 2024
1 parent cdc9aef commit d1ca874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dnf install -y lld
ld.lld --version

echo "--- Install dependencies"
dnf install -y perl-core wget python3 python3-devel cyrus-sasl-devel rsync
dnf install -y perl-core wget python3 python3-devel cyrus-sasl-devel rsync openssl-devel

echo "--- Install java and maven"
dnf install -y java-11-openjdk java-11-openjdk-devel
Expand Down

0 comments on commit d1ca874

Please sign in to comment.