Skip to content

Commit 3929b66

Browse files
chakru-rsleeperdeep
authored andcommitted
build(ci): fix vercel setup script (datahub-project#12143)
1 parent 1231268 commit 3929b66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-website/vercel-setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set -euxo pipefail
55
./metadata-ingestion/scripts/install_deps.sh
66

77
# Set up java version for gradle
8-
yum install java-17-amazon-corretto -y
9-
java --version
8+
yum install java-17-amazon-corretto-devel -y
9+
javac --version
1010

1111
# Build python from source.
1212
# Amazon Linux 2 has Python 3.8, but it's version of OpenSSL is super old and hence it

0 commit comments

Comments
 (0)