Skip to content

Commit eee15d8

Browse files
authored
Update package manager (#827)
1 parent 37aa2e8 commit eee15d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ 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 update -y
5455
sudo apt install -y temurin-8-jdk
5556
5657
deploy_to_staging: &deploy-to-staging

0 commit comments

Comments
 (0)