Skip to content

Commit e66f5da

Browse files
committed
Use jdk-11
1 parent 61d9f2d commit e66f5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
SDK_MAJOR=$(echo ${SDK_VERSION} | awk -F. '{print $1}')
2525
SDK_MINOR=$(echo ${SDK_VERSION} | awk -F. '{print $2}')
2626
SDK_BUILD=$(echo ${SDK_VERSION} | awk -F. '{print $3}')
27-
sudo apt-get update && sudo apt-get install -y default-jdk maven dialog sshpass unzip curl
27+
sudo apt-get update && sudo apt-get install -y openjdk-11-jdk maven dialog sshpass unzip curl
2828
download_folder=$(mktemp -d)
2929
pushd ${download_folder}
3030
curl -o sdk-${SDK_VERSION}.zip https://s3-eu-west-1.amazonaws.com/urplus-developer-site/sdk/sdk-${SDK_VERSION}.zip

0 commit comments

Comments
 (0)