Skip to content

Commit 60474e9

Browse files
committed
Use sudo
1 parent 8e60ba2 commit 60474e9

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
@@ -31,7 +31,7 @@ jobs:
3131
SDK_MAJOR=$(echo ${SDK_VERSION} | awk -F. '{print $1}')
3232
SDK_MINOR=$(echo ${SDK_VERSION} | awk -F. '{print $2}')
3333
SDK_BUILD=$(echo ${SDK_VERSION} | awk -F. '{print $3}')
34-
apt-get update && apt-get install -y default-jdk maven dialog sshpass unzip curl
34+
sudo apt-get update && sudo apt-get install -y default-jdk maven dialog sshpass unzip curl
3535
download_folder=$(mktemp -d)
3636
pushd ${download_folder}
3737
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)