Skip to content

Commit 6929516

Browse files
committed
Update step
1 parent 53d0802 commit 6929516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ references:
5151
sudo apt-get install -y wget apt-transport-https gnupg
5252
wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | sudo apt-key add -
5353
echo "deb https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" | sudo tee /etc/apt/sources.list.d/adoptium.list
54-
sudo apt-get install temurin-8-jdk
54+
sudo apt update -y
55+
sudo apt install -y temurin-8-jdk
5556
5657
deploy_to_staging: &deploy-to-staging
5758
run:

0 commit comments

Comments
 (0)