mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-28 02:17:53 +00:00
build(ci): fix vercel setup script (#12143)
This commit is contained in:
parent
cc81dc45a6
commit
35a054fef3
@ -5,8 +5,8 @@ set -euxo pipefail
|
||||
./metadata-ingestion/scripts/install_deps.sh
|
||||
|
||||
# Set up java version for gradle
|
||||
yum install java-17-amazon-corretto -y
|
||||
java --version
|
||||
yum install java-17-amazon-corretto-devel -y
|
||||
javac --version
|
||||
|
||||
# Build python from source.
|
||||
# Amazon Linux 2 has Python 3.8, but it's version of OpenSSL is super old and hence it
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user